This is me messing with create.js. Slightly bizzare. Top notch graphics, incredible gameplay. :p Keepy Uppy’s with Lionel Messi
Category Archives: html5
TURN UP THE VOLUME: An Audio Visualisation in HTML5 – it works on iPad’s and things!
I had a bit of time spare, so I made a simple audio visualisation in HTML5. Enjoy. This will probably hypnotise you. See it in action!
Cow Cannon Physics (HTML5 / Box2D / JavaScript)
Here’s me tinkering earlier this year with a JavaScript port of the Box2D physics engine. What can I say – it wasn’t planned. Cow Cannon Physics
Setting up Socket.IO for production (It’s important!)
The socket.io.js file is big. If you want to use Socket.IO in a production environment, I strongly suggest you read this… https://github.com/LearnBoost/Socket.IO/wiki/Configuring-Socket.IO Here is the recommended setup for a production environment io.configure(‘production’, function(){ console.log(doodlr + ” set config for production”); io.enable(‘browser client minification’); // send minified client io.enable(‘browser client etag’); // apply etag caching logic […]
Interactive Vogel Spiral (html5)
I’ve been tinkering with RaphaelJS, got a nice interactive vogel spiral going on. Click on the circles to morph them into a full screen rectangle. (click again to minimise). Please upgrade your browser
Installing npm on OSX
I needed to install npm to setup socket.io. This actually works. $ sudo su $ curl http://npmjs.org/install.sh | sh Easy.