a blog of links related to computer animation and production technology Sponsored by ReelMatters.com
3Dprinting (170) A.I. (634) animation (340) blender (190) colour (225) commercials (45) composition (150) cool (357) design (624) Featured (64) hardware (301) IOS (108) jokes (134) lighting (275) modeling (112) music (183) photogrammetry (171) photography (742) production (1229) python (84) quotes (483) reference (303) software (1317) trailers (290) ves (519) VR (219)
Video Projection Tool Software
https://hcgilje.wordpress.com/vpt/
https://www.projectorpoint.co.uk/news/how-bright-should-my-projector-be/
http://www.adwindowscreens.com/the_calculator/
heavym
https://heavym.net/en/
MadMapper
https://madmapper.com/
import math,sys def Exposure2Intensity(exposure): exp = float(exposure) result = math.pow(2,exp) print(result) Exposure2Intensity(0) def Intensity2Exposure(intensity): inarg = float(intensity) if inarg == 0: print("Exposure of zero intensity is undefined.") return if inarg < 1e-323: inarg = max(inarg, 1e-323) print("Exposure of negative intensities is undefined. Clamping to a very small value instead (1e-323)") result = math.log(inarg, 2) print(result) Intensity2Exposure(0.1)
informationisbeautiful.net/visualizations/worlds-biggest-data-breaches-hacks/
Check if your email address has been recorded through these leaks:
haveibeenpwned.com/
venturebeat.com/2020/05/25/ai-researchers-say-they-created-a-better-way-to-generate-3d-photos/
https://shihmengli.github.io/3D-Photo-Inpainting/
https://app.wandb.ai/authors/3D-Inpainting/reports/3D-Image-Inpainting–VmlldzoxNzIwNTY
https://github.com/vt-vl-lab/3d-photo-inpainting
https://colab.research.google.com/drive/1706ToQrkIZshRSJSHvZ1RuCiM__YX3Bz
Connect through SSH on windows
https://www.putty.org/
Connect through Desktop
Remote Desktop
Common commands
> sudo raspi-config
> sudo apt-get update
> sudo apt-get upgrade
> ifconfig
> nano test.py
> wget https://path.to.image.png
> sudo apt-get install git
> git clone https://REPOSITORY
> sudo reboot
> suto shutdown -r now (reboot after shutdown)
> cat /etc/os-release
Starting kits:
BlueGriffon is an open source WYSIWYG editor powered by Gecko, the rendering engine developed for Mozilla Firefox. One of a few derivatives of NVU, a now-discontinued HTML editor, BlueGriffon is the only actively developed NVU derivative that supports HTML5 as well as modern components of CSS.
If your goal is to write as little actual HTML as possible, then BlueGriffon is the tool you want. It’s a true drag-and-drop WYSIWYG website designer, and even includes a dual view option so you can see the code behind your design, in case you want to edit it or just learn from it.
It also supports the EPUB ebook format, so you don’t have to just publish to the web: you can provide your readers with a download of your content that they can take with them. Licensed under the MPL, GPL, and LGPL, a version of BlueGriffon is available for Linux, Windows, and Mac.
Javascript VS Python
https://www.freecodecamp.org/news/python-vs-javascript-what-are-the-key-differences-between-the-two-popular-programming-languages/
Built in functions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
https://htmlcheatsheet.com/js/
www.digitalocean.com/community/tutorial_series/how-to-code-in-javascript
www.codecademy.com/catalog/language/javascript
https://websitesetup.org/wp-content/uploads/2018/04/wsu-js-cheat-sheet.pdf
https://ilovecoding.org/blog/js-cheatsheet
https://javascriptobfuscator.com/Javascript-Obfuscator.aspx
https://htmlcheatsheet.com/js/
https://www.freecodecamp.org/news/how-to-manipulate-the-dom-beginners-guide/
Collections
| Explore posts
| Design And Composition
| Featured AI
Popular Searches
unreal | pipeline | virtual production | free | learn | photoshop | 360 | macro | google | nvidia | resolution | open source | hdri | real-time | photography basics | nuke
FEATURED POSTS
Social Links
DISCLAIMER – Links and images on this website may be protected by the respective owners’ copyright. All data submitted by users through this site shall be treated as freely available to share.