Home Reference Source

webgl2 rendering engine

engine

engine is a WebGL 2 only 3D engine. This is a personal project where I explore the advantages of WebGL2. Features are added as I need them, but feel free to contribute.

Examples | Documentation

Development

Run npm install to install all dependencies specified in package.json.

Run npm start for development.

Production

Run npm run build to generate the library and documentation.