Minimal observer pattern for Lua, with a couple twists
Go to file
Enrique García Cota 333b25c40c added the demo files
2012-01-29 13:03:33 +01:00
beholder-demo.love added the demo files 2012-01-29 13:03:33 +01:00
beholder.lua added the demo files 2012-01-29 13:03:33 +01:00
love.conf added the demo files 2012-01-29 13:03:33 +01:00
main.lua added the demo files 2012-01-29 13:03:33 +01:00
README.textile added the demo files 2012-01-29 13:03:33 +01:00

h1. beholder.lua demo

This is a demo of the beholder.lua library. It shows how the library can be used to capture and manage different kinds of events.

The demo requires "LÖVE":http://love2d.org

h2. Instructions

* Download and install LÖVE
* Download/uncompress this repo to a folder
* Execute with LÖVE
<pre>
cd folder/where/this/repo/is
love .
</pre>