OpenGL - Web 2. 0 Style
Posted by Kaya Kupferschmidt • Monday, December 3. 2007 • Category: OpenGL
Today I stumbled over a new-to-me project on OpenGL.org: An OpenGL canvas plugin for Mozilla Firefox! The plugin called Canvas 3D only works in the new Firefix 3 line and provides an OpenGL context to Javascript.
In my eyes this opens the doors to many new exciting Web applications (if Javascript turns out to be fast enough), ranging from simple Model Viewers to some advanced online-editors. I wish I could find some time to explore some of the possibilities!
In my eyes this opens the doors to many new exciting Web applications (if Javascript turns out to be fast enough), ranging from simple Model Viewers to some advanced online-editors. I wish I could find some time to explore some of the possibilities!



2 Comments
JavaScript 2 (a.k.a ECMAScript 4) is getting optional type declarations that will make JIT compilation much easier. Mozilla is already working on a JIT compiler that will probably appear in Firefox 4.
See http://en.wikipedia.org/wiki/Tamarin_%28JIT%29
I really almost can't wait to play with this plugin!
Add Comment