mirror of
https://github.com/kikito/beholder.lua.git
synced 2024-12-16 00:34:21 +00:00
18 lines
362 B
Plaintext
18 lines
362 B
Plaintext
|
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>
|
||
|
|
||
|
|