Reactive-banana/Examples: Difference between revisions
(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...) |
|||
Line 12: | Line 12: | ||
; [https://github.com/HeinrichApfelmus/Haskell-BlackBoard/blob/master/reactive-banana-wx/src/Counter.hs Counter.hs] | ; [https://github.com/HeinrichApfelmus/Haskell-BlackBoard/blob/master/reactive-banana-wx/src/Counter.hs Counter.hs] | ||
: A simple counter that can be manipulated with two buttons "Up" or "Down". | : A simple counter that can be manipulated with two buttons "Up" or "Down". | ||
[[Image:Reactive-banana-Counter.png]] |
Revision as of 17:43, 29 June 2011
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".