Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 293 Bytes

This is a simple implementation of a 3D engine, using Threejs, to write simple animation/applications prototypes

Running this locally

  • Clone repo
  • Run python -m SimpleHTTPServer
  • Run npm run dev in a different tab

Dependencies

npm install -g webpack npm install -g watch-cli