View allAll Photos Tagged javascript
Christian introduced us to "Christian's Corner", a regular segment where he will showcase stupid code mistakes he encounters.
(function(w,doc) {
if (!w.__utlWdgt ) {
w.__utlWdgt = true;
var d = doc, s = d.createElement('script'), g = 'getElementsByTagName';
s.type = 'text/javascript'; s.charset='UTF-8'; s.async = true;
s.src = ('https:' == w.location.protocol ? 'https' : 'http') +...
zatvor.net/milye-i-narjadnye-haski-v-fotosessii-jeriki-co...
zatvor.net/wp-content/uploads/2015/09/12048319496_82202c2...
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.