Reactive-banana/Examples
From HaskellWiki
< Reactive-banana
Revision as of 17:15, 29 June 2011 by Apfelmus (talk | contribs) (New page: Examples for the reactive-banana library. == Core Examples == ; [https://github.com/HeinrichApfelmus/Haskell-BlackBoard/blob/master/reactive-banana/doc/examples/SlotMachine.hs SlotMachin...)
Examples for the reactive-banana library.
Core Examples
- SlotMachine.hs
- Mainly demonstrates how to set up an event network with your own event loop. Also demonstrates the FRP functionality.
- RunPause.hs
- Demonstrates how to set up an event network with your own event loop and how to pause or resume it.
GUI Examples
- Counter.hs
- A simple counter that can be manipulated with two buttons "Up" or "Down".