A GUI library for LÖVE 11.x
Go to file
rozenmad edab2be4c7 Added grid span feature, fixes
- 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
2021-09-05 20:46:49 +03:00
demo Added grid span feature, fixes 2021-09-05 20:46:49 +03:00
loveframes Added grid span feature, fixes 2021-09-05 20:46:49 +03:00
.gitignore Removed "lmeta" "rmeta" check for keyboard in utils which crashed MacOS 2019-03-17 13:05:58 -04:00
license.txt Change license to zlib/libpng 2014-09-20 14:24:14 -04:00
readme.md readme update 2019-03-06 23:22:39 +00:00

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)

History

Changelog