https://github.com/sneakypeet/artsy-fartsy
Generative art using quil
https://github.com/sneakypeet/artsy-fartsy
clojure generative-art quil
Last synced: 25 days ago
JSON representation
Generative art using quil
- Host: GitHub
- URL: https://github.com/sneakypeet/artsy-fartsy
- Owner: SneakyPeet
- License: mit
- Created: 2018-10-23T07:53:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T21:03:03.000Z (about 7 years ago)
- Last Synced: 2025-06-15T11:54:55.957Z (5 months ago)
- Topics: clojure, generative-art, quil
- Language: Clojure
- Size: 777 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Artsy Fartsy Generative Coding
Generative art using [quil](http://quil.info/)

# Usage
* Jack-in to your clojure repl of choice
* Browse to the drawing you want to see under `/src/sketch`
* Evalute the `defsketch` like you would for any quil drawing
* Modify and re-evaluate any code to change the drawing
# Inspiration
* [Tyler Hobbs](http://www.tylerlhobbs.com/writings)
# License
The content of this project itself and any artwork generated using this code is licensed under the [Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/), and the underlying source code used to format and display that content is licensed under the [MIT license](https://github.com/SneakyPeet/artsy-fartsy/blob/master/LICENSE).