Articles about GLGE’

Oct 7, 2010

Unused WebGL Presentation made with WebGL

Posted by Dennis in 3D, Speaking, WebGL 6 comments

I made this one for an internal presentation about WebGL. I did the presentation but for some reason I used plain old powerpoint slides. Don’t ask. It’s made with GLGE, JSTweener and the Blender to WebGL Exporter. I guess it could use a bit of optimisation here and there. Oh, and I have tested it [...]


Jul 23, 2010

Visualizing Last.fm data with WebGL, GLGE, jQuery

Posted by Dennis in 3D, WebGL 3 comments

I’m a jQuery newbie so I thought I’d try it out in combination with WebGL. It makes a great example together with the GLGE library for WebGL. Mind you, there are better ways to do tunnels in 3D. This demo is meant to demonstrate how specific things work with GLGE. An explanation of what’s going [...]


Jun 23, 2010

Hands-on WebGL: Basic GLGE Tutorial

Posted by Dennis in 3D, WebGL 5 comments

In a previous tutorial I explained how to draw a triangle on the screen with pure low-level WebGL. A lot had to be done before anything could be drawn to the screen: define shaders, set up matrices, create shader programs, depth testing, vertex attributes, etc. Pretty interesting stuff if you’re into the technical details of [...]