|
vor 3 Jahren | |
---|---|---|
.. | ||
License.txt | vor 10 Jahren | |
README.md | vor 10 Jahren | |
colors.lua | vor 10 Jahren | |
init.lua | vor 10 Jahren | |
inputBlock.lua | vor 3 Jahren | |
main.lua | vor 10 Jahren | |
middleclass.lua | vor 10 Jahren | |
panel.lua | vor 3 Jahren | |
punchUI.lua | vor 3 Jahren | |
screen.lua | vor 10 Jahren | |
textBlock.lua | vor 3 Jahren | |
utility.lua | vor 10 Jahren |
A simple User Interface library for the Löve2D engine. No mouse needed - just keyboard controlled.
Update: Mouse control is now optionally available, by calling ui:mousemoved( love.mouse.getPosition() ) once a frame and ui:mousepressed(x, y, button) inside the love.mousepressed event.
Example is included in 'main.lua'. Install Love2D, go to the folder and run:
love .
Released under the MIT license, see "License.txt".