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.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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.19), double-conversion (>=2.0 && <2.1), free (>=4.9 && <5.3), mtl (>=2.1 && <2.4), text (>=0.11 && <1.3 || >=2.0 && <2.1) [details] |
License | BSD-3-Clause |
Copyright | 2015 Jeffrey Rosenbluth |
Author | Jeffrey Rosenbluth |
Maintainer | jeffrey.rosenbluth@gmail.com |
Revised | Revision 2 made by Bodigrim at 2023-04-03T19:13:03Z |
Category | Graphics |
Home page | https://github.com/jeffreyrosenbluth/static-canvas |
Bug tracker | https://github.com/jeffreyrosenbluth/static-canvas/issues |
Uploaded | by jeffreyrosenbluth at 2016-06-17T13:59:05Z |
Distributions | LTSHaskell:0.2.0.3, NixOS:0.2.0.3 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 5341 total (28 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-06-17 [all 1 reports] |