static-canvas: DSL to generate HTML5 Canvas javascript.
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.
[Skip to Readme]
Downloads
- static-canvas-0.2.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3 |
---|---|
Dependencies | base (>=4.5 && <4.9), double-conversion (>=2.0 && <2.1), free (>=4.9 && <4.13), mtl (>=2.1 && <2.3), text (>=0.11 && <1.3) [details] |
License | BSD-3-Clause |
Copyright | 2015 Jeffrey Rosenbluth |
Author | Jeffrey Rosenbluth |
Maintainer | jeffrey.rosenbluth@gmail.com |
Category | Graphics |
Home page | https://github.com/jeffreyrosenbluth/static-canvas |
Bug tracker | https://github.com/jeffreyrosenbluth/static-canvas/issues |
Uploaded | by jeffreyrosenbluth at 2015-07-10T03:32:18Z |
Distributions | NixOS:0.2.0.3 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 5389 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-07-10 [all 1 reports] |