Description
Draw and fill lines, rectangles and polygons.
Description
This package provides 2D primitives for drawing/filling simple 2D shapes directly onto a JuicyPixels mutable image
README.md
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.