This is a basic WebGL environment with a mobile camera.
Click on the canvas to grab the mouse and look around, press escape to release the mouse.
These special instructions are for installing node-webgl, which is required for unit testing.
$ sudo add-apt-repository ppa:karcaw/atb
$ sudo apt update
$ sudo apt install libglfw3-dev libglew-dev libanttweakbar-devbrew install anttweakbar freeimageAfter installing the above dependencies, run:
npm install
This will start a local server on http://localhost:3000 where you can view the code.
npm start
Assuming you have correctly installed node-webgl, run npm test to run the unit tests.