Skip to content

Generative art projects in Processing.js on Webpack

Notifications You must be signed in to change notification settings

simonhermann/generative-art

 
 

Repository files navigation

Generative art with Processing.js

Experiments with generative art. Check out branches for each project.

Experiments

constellations

constellations

constellationsconstellationsconstellations

Simple L-Systems implementation in Processing.

constellations

inspired by p5p.cecinestpasparis.net

constellations

inspired by p5p.cecinestpasparis.net

constellations

inspired by j.tarbell

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

About

Generative art projects in Processing.js on Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • CSS 16.9%
  • Processing 1.9%