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'.
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.12), double-conversion (>=2.0 && <2.1), free (>=4.9 && <5.1), 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 |
Revised | Revision 1 made by phadej at 2018-04-09T10:30:42Z |
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 | NixOS:0.2.0.3 |
Downloads | 4957 total (8 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] |