Releases: slages/love-imgui
Releases · slages/love-imgui
v0.9
- Updated to imgui 1.53 release.
- By default now, return values ordering is reverted (see project description page), you'll need to call imgui.SetReturnValueLast(false) to keep the old behavior.
- Enum names changed, now it's prefixed with the full imgui name (i.e. "ImGuiWindowFlags_AlwaysAutoResize" instead of "AlwaysAutoResize"). Old names are still available but deprecated.
v0.8
- Bugfixes
- Added a custom binding to set a font (SetGlobalFontFromFileTTF)
- Added the ability to specify docks ratio/floating sizes
v0.7
- Added custom bindings for some overrides
- Various improvements and bugfixes
v0.6
- Added support for Image and ImageButton widgets.
- Fixed a bug with the delta time not properly set.
v0.5
- Added an extension for dockable windows.
- Added support for PlotLines and PlotHistogram widgets.
v0.4
Removed the SDL2 dependency.
v0.3
Rendering moved to LOVE specific calls instead of direct GL ones.
v0.2
Fixed version allowing to load the module from the LÖVE executable folder.
v0.1
IMGUI module built as a dynamic plugin for LÖVE.