|
| Graphics.Chalkboard.Viewer | | Portability | ghc | | Stability | unstable | | Maintainer | Andy Gill <andygill@ku.edu> |
|
|
|
| Description |
| Simple Viewer for Chalkboard Images, using OpenGL.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| initBoardViewer never returns, and must be run from the main thread.
Two arguments should be provided; the inital window setup, and the MVar that
will contain the Board to be displayed.
|
|
|
| Constructors | | WindowSize Int Int | initial window size
| | WindowPos Int Int | initial window position
| | PixelSize Int | big pixels; great for prototyping
| | Zoom | do we sample beyond the unit square (not yet supported)
| | Background RGB | default background in non-zoom mode
| | FrameTarget Int | how many frames per second?
|
|
|
|
| Produced by Haddock version 2.4.2 |