mattdesl / color-wander
- понедельник, 16 мая 2016 г. в 03:11:37
JavaScript
Generative artwork in node/browser based on a seeded random
Generative artwork in node/browser based on a seeded random.
Blog post and more details:
Generative Art with Node.js and Canvas
You can view the algorithm in real-time here:
Here are a few examples.
You can download some of these as lossless PNG here.
git clone https://github.com/mattdesl/color-wander.git
cd color-wander
npm install
To run the browser experience:
npm run start
When you find a seed you like, you can render it as a high-resolution (2560x1440) print. The following will render a PNG into the output/
folder.
node print [seed]
Example:
node print 180423
MIT, see LICENSE.md for details.