A GUI library for LÖVE 11.x
Go to file
Centauri Soldier 5e86bbb0b6 Added State Change Callback Functions
Each state now has an OnOpen and OnClose callback function. These are available to be set by the client but not required. If not set, they will be ignored.
2021-04-07 12:52:43 -07:00
demo Small Demo changes. Added ttf 2020-04-28 18:02:00 +01:00
loveframes Added State Change Callback Functions 2021-04-07 12:52:43 -07: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