Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 542 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 542 Bytes

Enfys 🌈

Enfys is a WebGPU 3D graphics engine written in TypeScript. I made it just for fun, don't expect long term support.

Video demo

Running

Start the builder

npm run watch

Start the dev webserver

npm run start

Open http://localhost:3333

Documentation

Build the documentation using

npm run docs

Open http://localhost:3333/docs/

Tests

Run the test suite

npm test