null-canvas: HTML5 Canvas Graphics Library - forked Blank Canvas

[ 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

  • No Candidates
Versions [RSS] 0.2.4, 0.2.5, 0.2.6, 0.2.7
Dependencies aeson (>=0.6 && <0.7), base (>=4.3.1 && <5), containers, filepath, scotty (>=0.4 && <0.5), split, stm (>=2 && <3), text (>=0.11 && <0.12), transformers (>=0.2.2), wai-extra (>=1.3 && <1.4), warp (>=1.3.1 && <1.4) [details]
License BSD-3-Clause
Copyright Copyright (c) 2012 The University of Kansas
Author Andy Gill, Krzysztof Skrzętnicki
Maintainer gtener@gmail.com
Category Graphics
Home page https://github.com/Tener/null-canvas
Source repo head: git clone git://github.com/tener/null-canvas.git
Uploaded by KrzysztofSkrzetnicki at 2013-06-05T20:13:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3042 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for null-canvas-0.2.7

[back to package description]
null-canvas is as fork of blank-canvas with some changes 
to make it more configurable and composable with other software.

The name has been changed to avoid confusion within .cabal files.
-------------------------------------------------------
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