A GUI library for LÖVE 11.x
Go to file
linux-man d22aa28502 image.stretch
button.image
groupIndex for button and checkbox
2016-11-13 04:11:22 +00:00
libraries Merge https://github.com/KennyShields/LoveFrames 2014-11-20 18:44:33 +03:00
objects image.stretch 2016-11-13 04:11:22 +00:00
skins image.stretch 2016-11-13 04:11:22 +00:00
templates Fix file endings 2014-11-09 11:24:10 -10:00
third-party Upgrade to middleclass 3.0.1 2014-01-14 06:35:13 -05:00
changelog.txt Update changelog 2014-11-16 16:20:44 -05:00
init.lua Use wheelmoved function 2015-10-31 23:37:46 +08:00
license.txt Change license to zlib/libpng 2014-09-20 14:24:14 -04:00
readme.md image.stretch 2016-11-13 04:11:22 +00:00

Love Frames

Information

Love Frames is a GUI library for LÖVE. Information on installation and usage can be found in the documentation. A demo of the library can be found at: https://github.com/KennyShields/LoveFrames-demo This fork contains fixes for (yet unreleased) LÖVE 0.10.0.

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

What's new:

textinput - Unicode support.

Properties:

image.stretch (boolean)

buttom.image (image) -- left aligned image

button.groupIndex (int) button.checked (boolean)

imagebutton.groupIndex (int) imagebutton.checked (boolean)

checkbox.groupIndex

-- Buttons/checkboxes with the same groupIndex behave as group buttons