Popularity
1.8
Stable
Activity
0.0
Stable
2
2
0

Monthly Downloads: 16
Programming language: Haskell
License: MIT License
Tags: Graphics     Juicy    
Latest version: v0.2.0.0
Add another 'juicy' Package

README

juicy-draw

Travis branch Hackage GitHub license

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

[Example](example.png)

See [code][example-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][change-log]

Licence

[MIT License][licence]

Copyright © 2018, Richard Cook.


*Note that all licence references and agreements mentioned in the juicy-draw README section above are relevant to that project's source code only.