Gregg Tavares is announcing that TWGL.js with version number 0.0.21 is already available to download.
What is TWGL.js ?
TWGL.js is Simplify the task of writing WebGL animations, cutting down the code's verbosity and the number of lines needed for basic operations .
TWGL.js is a JavaScript API that provides simpler ways of writing basic WebGL interactions without having to put down hundreds of lines of code to do so.The library is made up of a few functions that can easily compile shaders, sets uniforms, creates textures, and creates and binds buffers and sets attributes.These are the building blocks to almost any WebGL animation routine, and TWGL lets developers easily get this done in only a few lines of code.TWGL.js comes with JavaScript AMD support, and optional support for primitive generators and 3D math functions.
This is changelog for TWGL.js version 0.0.21 :
You can read the complete changelog and also download this latest version on their homepage:
twgljs.org