HTML5 canvas! Hailed as a competitor to Flash, so much so that Apple is using it as an excuse not to allow the plug-in on iOS. But what everyone overlooks is that canvas is horribly slow and pretty much unusable on these devices. Is it even possible to create a Flash-like in-browser gaming experience on […]
Tag: javascript
A couple of weeks ago I had the pleasure of presenting my CreativeJS work at the London Web Standards Event. And they filmed it. And it’s here! It was such a friendly crowd and I had great fun. Rob Hawkes also spoke about his JavaScript multiplayer work – definitely worth checking out. As is his […]
Now that browser-based games running on touch devices are becoming a reality, it’s time to figure out how to implement easy to use and tactile game controls in these new keyboard-less environments.
I think I might be onto something with this CreativeJS training. I’ve been experimenting with the parameters; small class size, good mix of learning and playing, and some time to focus on things the attendees specifically need. And now I’m coming to America! NYC, San Francisco and Kansas City, to be precise. The momentum seems […]
CreativeJS experiments
My Creative JS and HTML5 training is going great – the last session in Brighton worked well, and having reorganised I think I’ve found a good mix of maths and play. I left an hour or two at the end of the course for the attendees to experiment and consolidate the things they’d learned over […]
[UPDATE] Latest training information here My schedule seems to be filling up over the next few weeks! Firstly there’s another Brighton training workshop : a full 2 days of creative JavaScript training! (One space left!) Shortly after I’m flying out to FITC Amsterdam, where I’m giving a 1 day CreativeJS workshop and a presentation about […]
Yesterday Paul Rouget from Mozilla asked how to uniformly arrange points within a circle. There are a few existing algorithms to do this, but I was interested in seeing if I could use simple physics to create a stable system to distribute the particles evenly. In the end I don’t think Paul could use them, […]
HTML5 canvas sprite optimisation
Note : this post is from 2011, the techniques described here are probably no longer necessary If we’re serious about making HTML games then we need to know the most efficient ways to render multiple sprites. Many are saying that Canvas isn’t fast enough for gaming and we should use DOM objects instead. But before […]
HTML5 vs Flash – the aftermath
I thought everyone was over the whole Flash vs HTML5 debate, but I was wrong. Instead of accepting new developments and making changes accordingly, a state of inactivity and comfortable denial has set in. Just one tweet is enough to release the torrent of emotions that have been bubbling under the surface for months. Who knew!?
More creative JS/HTML5 training
[UPDATE] Latest training information here I’m delighted to say that my first HTML5 and JavaScript training workshop seemed to go incredibly well! Remy Sharp has this full report and lots of trade secrets from the course on his blog. I was particularly happy to see the attendees excitedly tweeting about their new found creative abilities. […]