|
3 anos atrás | |
---|---|---|
.. | ||
License.txt | 10 anos atrás | |
README.md | 10 anos atrás | |
colors.lua | 10 anos atrás | |
init.lua | 10 anos atrás | |
inputBlock.lua | 3 anos atrás | |
main.lua | 10 anos atrás | |
middleclass.lua | 10 anos atrás | |
panel.lua | 3 anos atrás | |
punchUI.lua | 3 anos atrás | |
screen.lua | 10 anos atrás | |
textBlock.lua | 3 anos atrás | |
utility.lua | 10 anos atrás |
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".