Enfys is a WebGPU 3D graphics engine written in TypeScript. I made it just for fun, don't expect long term support.
Start the builder
npm run watch
Start the dev webserver
npm run start
Build the documentation using
npm run docs
Open http://localhost:3333/docs/
Run the test suite
npm test