Skip to content

Releases: nimgl/imgui

v1.76.0

17 Apr 20:14
f088d5e
Compare
Choose a tag to compare

Update to ImGui v1.76
See full change log in the official release: https://github.com/ocornut/imgui/releases/tag/v1.76

v1.75.0

10 Feb 14:28
94bbf71
Compare
Choose a tag to compare

Update to ImGui v1.75
See full change log in the official release: https://github.com/ocornut/imgui/releases/tag/v1.75

v1.74.0

26 Nov 01:33
eedd515
Compare
Choose a tag to compare

Update to ImGui v1.74
See full change log in the official release: https://github.com/ocornut/imgui/releases/tag/v1.74

v1.73.2

26 Oct 20:16
24a67ce
Compare
Choose a tag to compare

Changelog:

  • Change define name from cimguiDll to cimguiDLL
  • Add new Linker options to pass on to better detect the .so in Linux

v1.73.1

29 Sep 20:46
6d6c484
Compare
Choose a tag to compare

This is mostly an update due to the new version of GLFW.

Changelog:

  • Update GLFW implementation to comply with new GLFW version of NimGL.
  • Add detection of cpp to remove the need of imguiSrc declaration

v1.73.0

25 Sep 18:55
c72b5ee
Compare
Choose a tag to compare

Update to ImGui v1.73
See full change log in the official release: https://github.com/ocornut/imgui/releases/tag/v1.73

v1.72.0

30 Jul 01:08
6f7a2c2
Compare
Choose a tag to compare

Update to ImGui v1.72
See full change log in the official release: https://github.com/ocornut/imgui/releases/tag/v1.72

Also started using this release system based on semver, sorry for the big minor version number but will be using the same number as ImGui. The patch version will be used in case something escapes the original release either ocornut's or nimgl's.