mirror of
https://github.com/GlitchTools/chromata.git
synced 2026-08-20 20:35:19 +00:00
A generative art tool.
http://www.michaelbromley.co.uk/experiments/chromata
- JavaScript 97.4%
- HTML 2.6%
| dist | ||
| src | ||
| .gitignore | ||
| gulpfile.js | ||
| package.json | ||
| README.md | ||
Chromata
A generative digital art tool.
Chromata is a small tool written in JavaScript which can turn any image into a unique, animated artwork. Path finders are seeded on a canvas and independently trace their own path through the image, reading the colour data of each pixel and altering their course based on a set of configurable rules.
Demo
Documentation
Build
Chromata is written in ES6 JavaScript, and uses Babel for transpilation and Systemjs to handle module loading during the build phase.
- Clone the repo and then
npm install gulp watch- Test the output by altering the config in
src/scripts/init.js
License
MIT