Skip to content

rippedspine/ominous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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).