Generative art with Processing.js
Experiments with generative art. Check out branches for each project.
Experiments
Constellations
Constellations 3D
L-Systems
Simple L-Systems implementation in Processing.
Crystaline
inspired by p5p.cecinestpasparis.net
Shells
inspired by p5p.cecinestpasparis.net
Intersections.
inspired by j.tarbell
Color typewriter.
Not quite generative art, but fun.
Development
Install
npm install
npm install webpack-dev-server webpack -g
Serve
To serve at http://localhost:8080/:
webpack-dev-server --inline --content-base public/
Build
To compile HTML/CSS and JavaScript files for production:
webpack --config webpack.config.js