Create fun 3D contraptions that react to space, time, and physics. Bring your imagination to life in your browser at 3Scape.me
<img alt="Bring your imagination to life in your browser with 3Scape."" src="./public/images/logo-3S.png" width="60px"/>
This is documentation for the code that runs 3Scape.
#Installation/Setup with Node
- Install Node
- Update npm:
npm update
brew install mongo
- Get DB config info from @kmcurry
- Run Mongo
- might require sudo -
sudo mongod
- Run 3Scape
- from command line:
node server
- Look for "the magic happens on port
port
. In your browser and type inhostname
/port
and voila!