View allAll Photos Tagged javascript
An overview of Live Coding, soon to be released !
Since the workshop @ l'atelier Hypermedia in Aix, I have continued working on Vision Factory and its live coding aspect. Several features were added such as :
- Javascript console, very useful to spot typos and syntax errors.
- drag'n'dropping images and fonts. Take a font on your hard-drive(for example), drag it on the main window, it is now imported in the application and available from the script ( library.getFont method ).
- more OpenGL bindings.
- render functions wrapped in a Processing-like syntax. I also decided to stick to the same coordinates system (for 2D & 3D)
Simon Swain impresses everyone with "Rats of the Maze". Give it a go at ratsofthemaze.com/
It's built entirely in JavaScript.