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