Code experimentation, R & D and stuff
This repository is a pool of visual experimentations or modules coded for web. They may rely on libraries such as ThreeJS or PixiJS.
Setup
NodeJS
Be sure you have a recent installation of nodejs.
Gulp
This project relies on gulp and several of its plugins.
Run npm install
to install node dependencies modules.
Getting started
Run gulp --name module_name
to compile, watch and preview module.
Run gulp build --name module_name --production
to compile for production.