I’ve just posted my WebGL port of our old 64k intro, you can watch it online at: http://possan.se/junk/webglass/index.html (tested in chrome 10.0.648.6, build 72589 on a mac) - drill down the sourcecode at github: http://github.com/possan/webglass – or, if you’re still using windows, check the original thing, it’s only 64k you know
Some parts are a tad slow due to the fact that it’s using old glBegin/glEnd calls, and one effect was using too many of them per frame so i removed it, but the overall experience is the same, even the lovely music by h-ecs is there (using a html5 audio-tag).
The entire package is around 3.5mb with the music taking up 3.3 of those, so the javascript version is roughly 55 times bigger than the original thing, or 4-5 times if you exclude the music…
Feel free to contact me if you have any questions, about the code, the effects or whatever…

