|
hace 4 años | |
---|---|---|
.. | ||
License.txt | hace 10 años | |
README.md | hace 10 años | |
colors.lua | hace 10 años | |
init.lua | hace 10 años | |
inputBlock.lua | hace 4 años | |
main.lua | hace 10 años | |
middleclass.lua | hace 10 años | |
panel.lua | hace 4 años | |
punchUI.lua | hace 4 años | |
screen.lua | hace 10 años | |
textBlock.lua | hace 4 años | |
utility.lua | hace 10 años |
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".