The latest version of grapefruit-examples is 0.1.0.7-0.
grapefruit-examples
Version 0.1.0.0 revision 0 uploaded by WolfgangJeltsch.
Package meta
- Synopsis
- Examples using the Grapefruit library
- Description
Grapefruit is a library for Functional Reactive Programming (FRP) with a focus on user interfaces. FRP makes it possible to implement reactive and interactive systems in a declarative style. To learn more about FRP, have a look at http://haskell.org/haskellwiki/Functional_Reactive_Programming.
This package contains a collection of examples using Grapefruit.
For running an example, you can start GHCi and enter the following:
import Graphics.UI.Grapefruit.Circuit import Graphics.UI.Grapefruit.UIBackend import Examples.Grapefruit.Example run UIBackend mainCircuit ()
Replace
Example
with the name of the example to run andUIBackend
with the name of the UI backend you want to use. At the moment, the only examples areSimple
,Switching
,Converter
,ListView
, andSetView
, and the only UI backend isGTK
.- Author
- Wolfgang Jeltsch
- Bug reports
- n/a
- Category
- FRP, Reactivity, GUI, User Interfaces
- Copyright
- © 2007–2009 Brandenburgische Technische Universität Cottbus; © 2011 Wolfgang Jeltsch
- Homepage
- http://grapefruit-project.org/
- Maintainer
- wolfgang@cs.ioc.ee
- Package URL
- http://hackage.haskell.org/packages/archive/grapefruit-examples/0.1.0.0/grapefruit-examples-0.1.0.0.tar.gz
- Stability
- provisional