mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
A GUI library for LÖVE 11.x
edab2be4c7
- Grid span feature - Added offset from parent to update each element (for correct positioning relative to each parent) - OnClick event rework - Multichoice: new function GetChoiceIndex - Added positioning of items in the grid using the align parameter in AddItem - Correct positioning of multichoice-arrow image - Fixed stencil test for list - Fixed a bug that can trigger OnClick events again, even if the mouse cursor is not already hovering over the object - Fixed a bug where "backspace" leads to an incorrect positioning of the entry if the text is overflowed 'textinput' element |
||
---|---|---|
demo | ||
loveframes | ||
.gitignore | ||
license.txt | ||
readme.md |
Love Frames
Information
Love Frames is a GUI library for LÖVE.
License
Love Frames is licensed under the zlib/libpng license. For more information, please read license.txt.
Credits
Created by Kenny Shields
Third-Party Libraries
middleclass - https://github.com/kikito/middleclass
utf8.lua - https://github.com/Stepets/utf8.lua
tween.lua - https://github.com/kikito/tween.lua (Demo)