Categories
General

Creative JavaScript/HTML5 training

After Full Frontal there was a lot of interest in learning about creative visual programming so I’ve set up a two day course here in Brighton on January 10th and 11th 2011. We’ll cover all aspects of creative visual JavaScript coding: advanced interactions, physics, gaming and 3D. We’ll be using my own code and Mr.doob’s […]

Categories
News

JavaScript 2D and 3D particle effects at Full Frontal

[UPDATE] Creative JavaScript and HTML5 training course now available. I just spent the weekend recovering after an absolutely fantastic time at the JavaScript conference, ffconf. The venue is the 100 year old cinema in Brighton, the Duke of Yorks. Just another reason why it’s great to live in Brighton (yes I know I sound like […]

Categories
Speaking

What the Flux!? The future of Flash at FOTB

I’ve been working hard on my upcoming talk at Flash on the Beach over the last few weeks, it’s actually one of the most difficult talks I’ve ever given. Trying to unravel all the trials and tribulations in our industry to come up with a some reasonable and helpful conclusions is surprisingly difficult! As you […]

Categories
News Speaking

Creative HTML5 visual effects

I’ve left it rather late but of course I need to play the game! And it’s the last week for voting so if you’d like to see my session at SXSW please vote for me! [voting now closed] I’ve never made it to SXSW before so it’d be great to have the chance to attend. […]

Categories
General

3D globe in JavaScript with three.js

In my last post I mentioned that it should be possible to make a 3D globe in JavaScript using three.js. I was even considering putting it together myself but I didn’t need to because the awesome Mr Doob stepped in to prove it! Sadly I’m only seeing 1 frame per second right now in both […]

Categories
General

Simple 3D in HTML5 canvas

On Saturday at BarCampBrighton4 I explained the basics of 3D rendering using the simple HTML5 canvas drawing API. As promised here are the files : //demos.seblee.me/canvas3d/canvas3d1.html //demos.seblee.me/canvas3d/canvas3d2.html //demos.seblee.me/canvas3d/canvas3d3.html //demos.seblee.me/canvas3d/canvas3d4.html I’ve been meaning to do a screen cast of this for a while, so please let me know if it’s something you’d be interested in and […]

Categories
General

3D landscape in HTML5 canvas

You may have noticed that I’ve been playing with some technologies other than Flash recently, and you know what, I’ve been really enjoying it! So, just for fun, I thought I’d see if I could make a very simple 3D engine using the HTML5 canvas drawing API. I took code from the 3D lunar lander […]