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

https://github.com/sphaso/random-squares

A Diagram implementation of Random Squares by Charles Csuri
https://github.com/sphaso/random-squares

art diagrams haskell random recode

Last synced: 4 days ago
JSON representation

A Diagram implementation of Random Squares by Charles Csuri

Awesome Lists containing this project

README

          

# Random Squares
A [Diagrams](http://projects.haskell.org/diagrams/) implementation of [Random Squares by Charles Csuri](http://recodeproject.com/artwork/v1n2random-squares)
Magic numbers come from [Chris Allick Processing implementation](http://recodeproject.com/translation/chris-allick-direct-random-squares-charles-csuri)

```
cabal sandbox init
cabal install diagrams
cabal exec -- ghc --make randomSquares.hs
./randomSquares -o squares.svg -w 400
```