Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 485 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 485 Bytes

##Ominous

Install node modules and start up beefy - a local development server designed to work with browserify:

npm install

(http://localhost:9966/)

Build project:

npm run build

Start beefy:

npm run server

TODO:

  • Only require three.js components that are used, instead of bringing in the whole library.
  • Do more with cannon.js physics library - or write my own simple physics (to spin the tetrahedron etc).