A high-speed three.js substrate for visualizing biofidelic data
npm install --global webpack
Do this every time you update code (or you can configure webpack to --watch
your code for changes):
$ webpack index.js bundle.js
Now run an http server from this directory.
$ npm install --global http-server
$ http-server
OR:
python3 -m http.server 8080
Now, navigate to http://localhost:8080
to see your app up and running.
Try writing your own layer to add to the scene. Writing Your Own Layer