An environment for computer graphics experiments
npm install nollnoll
=========================
![npm]()


* environment for computer graphics experiments
* easily create prototypes and experiments
* webpack dev server, ES6 with babel
* hot module replacement
* implement experiments only with an initialize and update function
* neat user interface for controlling your experiments
* define controls for your parameters
* support for canvas, threejs, glsl and many more
The easiest way to get started is to clone the noll-starter repository.
``bash``
git clone https://github.com/malte-wessel/noll-starter.git
cd noll-starter
npm install
npm start
Work in progress
Work in progress
Work in progress
Work in progress
* Webpack dev server
* ES6 with babel
* Hot module replacement
* Support for glsl, importing shaders
Work in progress
* Text control
* Number control
* Boolean control
* Select control
* Color control
Work in progress
* 2D
* Three.js
* stackgl