Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 869 Bytes

File metadata and controls

42 lines (29 loc) · 869 Bytes

babylonjs-typescript-template

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.

Tech used:

  • BabylonJS
  • Ammo.js
  • express
  • ejs
  • gulp
  • webback

// TODO: add more stuffs to this