2022-11-19 00:34:05 -05:00
2022-11-06 01:01:31 -04:00
2022-11-19 00:34:05 -05:00
2017-06-10 16:05:11 -04:00
2022-11-06 01:01:31 -04:00
2022-01-16 22:40:22 -05:00
2022-02-14 23:01:41 -05:00

GuiManager

This library due to the changes in love2d. Too many things are broken and instead of doing patch work, I've decided to do a total rewrite. Also I'll be able to make use of the new multi manager features and build a better library from the ground up.

Core Objects:

  • Frame ✔️
  • Text:
    • Label ✔️
    • Box
    • Button ✔️
  • Image:
    • Label ✔️
    • Button ✔️
    • Animation
  • Video ✔️

Events:

  • Mouse Events
    • Enter ✔️
    • Exit ✔️
    • Pressed ✔️
    • Released ✔️
    • Moved ✔️
    • WheelMoved
    • DragStart ✔️
    • Dragging ✔️
    • DragEnd ✔️
    • Hotkey
  • Other Events
    • OnUpdate ✔️
Description
No description provided
Readme 256 KiB
Languages
Lua 100%