nanogl is a WebGL micro framework (3Ko)
There are libraries to expand nanogl for useful features :
- nanogl-camera : Cameras for nanogl
- nanogl-node : Handle nested objects transform in 3D space
- nanogl-primitives-2d : Basic 2D primitives for nanogl
- nanogl-glft : Handle .gltf files
- nanogl-pbr : Physically based rendering materials for nanogl
- nanogl-pf : Provide pixel format related capabilities
- nanogl-post : Post-processing for nanogl
- nanogl-state : Efficient webgl state management
- nanogl-sync : WebGLSync for nanogl
- nanogl-vao : OES_vertex_array_object extension support for nanogl
Tests are run with karma.
$ npm install
$ npm test