It's a student exercice made at Gobelins.
We had 3 days for using Pixi.js + the web audio api to make a creative animation.
The workshop was led by William Mapan.
Demo available here.
- PixiJs
- Browserify
- Babel / ES2015
- Web Audio Api
- EventEmitter
After cloning install all node dependencies and libraries :
npm install
Launch the project :
npm start
The project will be launched at http://localhost:3000/
Build for production :
npm run build
Hope you like it <3