Samstag, 31. Dezember 2011

GwtGL 0.9 released

We recently released GwtGL 0.9. GwtGL is a WebGL binding for GWT (Google Web Toolkit).
GwtGL 0.9 provides an improved binding for the WebGL 1.0 spec, support for the GWT 2.2 Canvas widget and support for the current Typed Arrays
spec.

The work areas of this version in detail:

  • Improvements for the WebGLRenderingContext and WebGlCanvas
    • GWT 2.2 Canvas Support
    • WebGLRenderingContext is now a JavaScriptObject
    • Generator for accessing the WebGL constants was removed
  • Basic Tests for the Typed Arrays binding
  • Binding of the current Typed Arays specification
    • Bugfixing of the existing binding (set methods were partially broken)
    • Binding of new functionality (new class Uint8ClampedArray)
  • Improved handling of Java Arrays using the JsArrayUtil

Please note: this release breaks the existing APIs in some parts.

1 Kommentar:

  1. We released a bugfix version 0.9.1 yesterday.

    Details:
    - added more tests for the Typed Arrays
    - fixed several bugs in the Typed Arrays Binding
    - multiple set methods were broken
    - the method subarray(int, int) was broken
    - added explicit checks for browser support of Typed Arrays

    AntwortenLöschen