| Copyright | (c) Conal Elliott 2009 |
|---|---|
| License | BSD3 |
| Maintainer | conal@conal.net |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell98 |
Interface.TV.Gtk.GL
Description
Gtk-based GUIs in the TV (tangible value) framework
- module Interface.TV.Gtk
- renderOut :: Out Action
- emptyTexture :: TextureObject
- textureIsEmpty :: TextureObject -> Bool
- textureIn :: In TextureObject
Documentation
module Interface.TV.Gtk
renderOut :: Out Action Source
Render output, given a rendering action. Handles all set-up. Intended as an implementation substrate for functional graphics.
emptyTexture :: TextureObject Source
An empty texture. Test with textureIsEmpty
textureIsEmpty :: TextureObject -> Bool Source
Is a texture empty?