Skip to content

Releases: slages/love-imgui

master-latest

23 Mar 13:25
c401a8d
Compare
Choose a tag to compare
master-latest Pre-release
Pre-release

love-imgui-latest

v0.9

14 Mar 15:20
Compare
Choose a tag to compare
  • 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

03 Jul 11:56
Compare
Choose a tag to compare
  • Bugfixes
  • Added a custom binding to set a font (SetGlobalFontFromFileTTF)
  • Added the ability to specify docks ratio/floating sizes

v0.7

23 Aug 08:45
Compare
Choose a tag to compare
  • Added custom bindings for some overrides
  • Various improvements and bugfixes

v0.6

16 Aug 07:33
Compare
Choose a tag to compare
  • Added support for Image and ImageButton widgets.
  • Fixed a bug with the delta time not properly set.

v0.5

12 Aug 15:20
Compare
Choose a tag to compare
  • Added an extension for dockable windows.
  • Added support for PlotLines and PlotHistogram widgets.

v0.4

10 Aug 14:08
Compare
Choose a tag to compare

Removed the SDL2 dependency.

v0.3

01 Aug 11:21
Compare
Choose a tag to compare

Rendering moved to LOVE specific calls instead of direct GL ones.

v0.2

25 Jul 11:23
Compare
Choose a tag to compare

Fixed version allowing to load the module from the LÖVE executable folder.

v0.1

25 Jul 09:17
Compare
Choose a tag to compare

IMGUI module built as a dynamic plugin for LÖVE.