blank-canvas: HTML5 Canvas Graphics Library

[ bsd3, graphics, library ] [ Propose Tags ]

A Haskell port of the HTML5 Canvas API. blank-canvas works by providing a web service that displays the users' Haskell commands inside a browser.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0, 0.2.0.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.3.2, 0.3.1, 0.4.0, 0.5, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.7, 0.7.1, 0.7.2, 0.7.3, 0.7.4
Dependencies aeson (>=0.6 && <0.7), base (>=4.3.1 && <5), containers (>=0.5 && <0.6), http-types (>=0.8 && <0.9), network (>=2.4 && <2.5), scotty (>=0.5 && <0.6), stm (>=2.2 && <2.5), text (>=0.11 && <0.12), transformers (>=0.3 && <0.4), wai (>=1.4 && <1.5), wai-extra (>=1.3 && <1.4), warp (>=1.3.1 && <1.4) [details]
License BSD-3-Clause
Copyright Copyright (c) 2013 The University of Kansas
Author Andy Gill
Maintainer andygill@ku.edu
Category Graphics
Home page http://ittc.ku.edu/csdl/fpg/Tools/BlankCanvas
Source repo head: git clone git://github.com/ku-fpg/blank-canvas.git
Uploaded by AndrewFarmer at 2013-11-01T14:36:55Z
Distributions LTSHaskell:0.7.4, NixOS:0.7.4, Stackage:0.7.4
Reverse Dependencies 5 direct, 26 indirect [details]
Downloads 20206 total (79 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for blank-canvas-0.2.3.2

[back to package description]
blank-canvas is a Haskell port of the HTML5 Canvas API.
Tutorials and examples for the HTML5 for the HTML5 Canvas
should be trivial to port to this library.

blank-canvas works by providing a web service, that
displays the users' Haskell commands inside a browser.

There are several examples inside the 'examples' directory.

Enjoy!
--
FPG @ KU