A Typescript 3D Library loosely based on Three.js
To run:
- Install node.js & npm as appropriate for your platform.
- Run npm install to install all the required node modules from package.json
npm install
- To run the automatic typescript builder and dev server go:
npm run dev
Then open a web server to the address displayed in the console. Usually this will be https://localhost:8000.
It will automatically rebuild your code on each change.
/index.html