apraga / haskell-art

Some mathematical plots using the Haskell diagrams library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell-art

To learn and practice Haskell, I used the diagrams library to make some nice mathematical plottings.

Installation is done using stack :

stack setup
stack build
stack exec hexVariation -- -o out.svg 300

Hex variation

This is a transcription in Haskell of "Hex Variation" by William Kolmyjec. The algorithm itself is inspired from the version by Steve Berrick in the Recode project.

Hex variation

Diamond theory

This is a transcription in Haskell of "Diamond Theory" by William Kolmyjec.

Diamond theory

Declaration of Human RightsDiamond theory

This is a transcription in Haskell of "Universel Declaration of Human Rights" by Kenneth Knowlton.

Declaration of Human Rights

About

Some mathematical plots using the Haskell diagrams library

License:GNU General Public License v2.0


Languages

Language:Haskell 100.0%