Exercises and tutorial for the NodeSchool event.
Clone the repository and install the package:
git clone https://github.com/pietro909/interactive_3d_with_webgl_and_three_js.git
cd interactive_3d_with_webgl_and_three_js
npm install
Then build each example (from 01 to 07)
npm run buildDemo01
To build demo:
npm run demo
To build your own exercises:
npm run build01...
npm start
Head your favourite Chrome to http://localhost:8000
enjoy!