Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelbromley/chromata
A generative art tool.
https://github.com/michaelbromley/chromata
Last synced: 27 days ago
JSON representation
A generative art tool.
- Host: GitHub
- URL: https://github.com/michaelbromley/chromata
- Owner: michaelbromley
- Created: 2015-02-14T09:17:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T14:14:14.000Z (almost 6 years ago)
- Last Synced: 2024-10-14T05:07:26.951Z (2 months ago)
- Language: JavaScript
- Homepage: http://www.michaelbromley.co.uk/experiments/chromata
- Size: 1.57 MB
- Stars: 377
- Watchers: 22
- Forks: 76
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://www.michaelbromley.co.uk/experiments/chromata/)
### [Documentation](http://www.michaelbromley.co.uk/experiments/chromata/#about)
## Build
Chromata is written in ES6 JavaScript, and uses Babel for transpilation and Systemjs to handle module loading during the
build phase.1. Clone the repo and then `npm install`
2. `gulp watch`
3. Test the output by altering the config in `src/scripts/init.js`## License
MIT