<i>Instructions under OSX</i><p><i>To get this working in Webkit Nightly - webkit.org</i><p>1. install Webkit Nightly from <a href="http://nightly.webkit.org/" rel="nofollow">http://nightly.webkit.org/</a><p>2. paste the following into terminal:
defaults write com.apple.Safari WebKitWebGLEnabled -bool YES<p>3. visit the link
(this has minor render issues for me under webkit)<p><i>To get it working in Chromium:</i><p>1. first install latest chromium from: <a href="http://build.chromium.org/f/chromium/snapshots/chromium-rel-mac/" rel="nofollow">http://build.chromium.org/f/chromium/snapshots/chromium-rel-...</a><p>2. Drag into Applications folder<p>3. launch from terminal using: ./Chromium.app/Contents/MacOS/Chromium --enable-webgl<p>4. visit the link<p>You might want to check out <a href="http://www.chromium.org/developers/demos-gpu-acceleration-and-webgl" rel="nofollow">http://www.chromium.org/developers/demos-gpu-acceleration-an...</a> for some more awesome webGL demos.<p>or, mrdoob's awesome site of course: <a href="http://mrdoob.com/" rel="nofollow">http://mrdoob.com/</a>
On the daily minefield (4.0b8pre from today, ubuntu 10.10, i3 gpu), I get only a flash of some triangles the first time I open the page. Otherwise it's completely empty :( Other webgl demos work well.
Getting "Could not initialise shaders VALIDATE_STATUS: false, gl error [0]" on chromium 10, I think it might be related to the probable lack of shader support in the graphics card of this computer.