@hackage juicy-draw0.2.0.0
Draw and fill lines, rectangles and polygons
Categories
License
MIT
Maintainer
rcook@rcook.org
Links
Versions
Installation
Dependencies (4)
- JuicyPixels
- base >=4.7 && <5
- numeric-extras
- primitive Show all…
Dependents (0)
juicy-draw
Functions for drawing and filling lines, rectangles and polygons directly onto a JuicyPixels mutable image; inspired by JuicyPixels-canvas but without the Canvas part
Example

See code.
Set up dev tools
This project can be built using the Stack build tool.
stack build intero
stack build --copy-compiler-tool ghcid
ghcid
stack exec ghcid -- -T':main'
Build
stack build
Test
stack test
Run demo
stack exec juicy-draw-demo
Upload package
stack upload .
Upload documentation
I use my upload-haddocks tool which requires a functioning installation of Python and pip:
pip install --user upload-haddocks
upload-haddocks
Releases
View change log for more information
Licence
Copyright © 2017, Richard Cook.