An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Artsy Fartsy Generative Coding

Generative art using [quil](http://quil.info/)

![aliens](/art/lines/alien-scroll.gif?raw=true)

# 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).