Montag, 22. Februar 2010

GwtGL release 0.1

GwtGL (the WebGL binding for GWT) has reached its first release.
A short overview of the things we've done in the last ~2 months:
  • A generator based approach to bind the methods and constants of the WebGLRenderingContex
  • A JavaScriptObject for every object in the WebGL specification
  • A basic object oriented wrapper with enums and a set of wrapper objects
  • All with JavaDocs
  • Documentation in our wiki 
  • Demos
The best moment in this time was in the beginning (after 2 days of work) when the first triangle rendered without JavaScript error ;)

Have fun playing with GwtGL and the demos.