webgl2 rendering 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.
Run npm install
to install all dependencies specified in package.json.
Run npm start
for development.
Run npm run build
to generate the library and documentation.