The latest version of static-canvas is 0.2.0.3-2.
static-canvas
Version 0.2.0.3 revision 1 uploaded by phadej.
Package meta
- Synopsis
- DSL to generate HTML5 Canvas javascript.
- Description
A simple DSL for writing HTML5 Canvas in haskell and converting it to Javascript. By static we mean non-interactive, so the parts of the Canvas API that need to query the browser for run time information like `isPointInPath(x, y)` are not included. This turns out to be a surprisingly small part of HTML5 Canvas.
- Author
- Jeffrey Rosenbluth
- Bug reports
- https://github.com/jeffreyrosenbluth/static-canvas/issues
- Category
- Graphics
- Copyright
- 2015 Jeffrey Rosenbluth
- Homepage
- https://github.com/jeffreyrosenbluth/static-canvas
- Maintainer
- jeffrey.rosenbluth@gmail.com
- Package URL
- n/a
- Stability
- Experimental