A BabylonJS barebones in typescript using Ammo.js for a physics engine.
After clone the repository, install the npm packages
npm i
After installing the dependencies, run the server using
nodemon
write all your babylonjs code within the src > public > typescript
directory.
nodemon will automatically build, pack, and refresh nodejs.
- BabylonJS
- Ammo.js
- express
- ejs
- gulp
- webback
// TODO: add more stuffs to this