Vladimir Vukićević — Words
 

Archive for December, 2009



WebGL Draft Goes Public

I’m pretty excited to have the WebGL draft spec available for review and comments today.  There’s still plenty of time for feedback, but we’re far enough along to be able to solicit meaningful feedback.  There are multiple implementations, which is a much better state than the early Canvas 3D work where things only worked during [...]

I just checked in a patch from Mark that renames WebGL’s Canvas*Array objects to be WebGL*Array, to match the current state of the spec.  The APIs remain the same, so it should be a matter of search-and-replace to update.  Should show up in tomorrow’s nightly builds of Firefox.

WebGL Goes Mobile

One of the goals of WebGL was always to enable the functionality on both desktop and mobile devices.  This is one of the reasons why OpenGL ES 2.0 was chosen as a starting point for the capabilities exposed by the spec. We’ve had support for WebGL in Firefox desktop nightlies for a few weeks now, [...]