The elerea-examples package
Example applications for Elerea. They are factored out into their own package so as to avoid unnecessary dependencies in the library. Check out the doc directory for the colourful literate sources.
The programs included are the following:
chase: a minimal example that demonstrates reactivity and mutually recursive signals
breakout: a not too fancy breakout clone that also demonstrates Graphviz output; you can get an SVG rendition of the signal structure with the following command if Graphviz is installed: elerea-breakout --dump-dot | dot -Tsvg -o breakout.svg
Properties
| Versions | 0.1.0, 0.2.0, 0.3.0, 1.0.0, 1.0.1, 1.0.2, 1.2.0, 2.0.0, 2.0.1, 2.2.0, 2.2.1, 2.2.2 |
|---|---|
| Dependencies | base (≥3 & <5), elerea (≥1.0), GLFW (≥0.4), OpenGL |
| License | BSD3 |
| Copyright | (c) 2009, Patai Gergely |
| Author | Patai Gergely |
| Maintainer | Patai Gergely (patai@iit.bme.hu) |
| Stability | experimental |
| Category | reactivity, FRP |
| Executables | elerea-chase, elerea-breakout |
| Upload date | Fri Aug 21 11:10:54 UTC 2009 |
| Uploaded by | GergelyPatai |
| Built on | ghc-6.10 |
Downloads
- elerea-examples-1.0.2.tar.gz (Cabal source package)
- package description (included in the package)