Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 289 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 289 Bytes

3d-rasterization

3D Rasterization implemented in pure javascript, without any external libraries.

Install

npm install

Development mode

npm run dev

Production build

npm run build