elerea-examples

Example applications for Elerea

Latest on Hackage:2.9.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Patai Gergely
Maintained by Patai Gergely ([email protected])

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:

  • bounce: an example for creating dynamic collections of signals; left click to create balls, drag existing balls with left button to propel them and drag with right to select balls for deletion (upon release);

  • chase: a minimal example that demonstrates reactivity and mutually recursive signals;

  • breakout: a not too fancy breakout clone; you can simply use the mouse to move the paddle.