Skip to content
Andy Gill edited this page Jun 18, 2014 · 36 revisions

Background

blank-canvas is a Haskell binding to the complete HTML5 Canvas API. blank-canvas allows Haskell users to written, in Haskell, interactive images onto their web browsers. blank-canvas gives the users a single full-window canvas, and provides many well-documented functions for rendering images.

Installation

cabal install blank-canvas

That's it!

Documentation

Other Links

Clone this wiki locally