Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Releases: ThisDevDane/odin-imgui

v1.82

26 May 19:47
Compare
Choose a tag to compare

This release contains no new wrappers or examples. It's merely an update to cimgui and dear imgui to v1.82.
You can find the changelog for dear imgui here: https://github.com/ocornut/imgui/releases/tag/v1.82

v1.79

16 Nov 00:46
Compare
Choose a tag to compare

This release contains no new wrappers or examples. It's merely an update to cimgui and dear imgui to v1.79.
You can find the changelog for dear imgui here: https://github.com/ocornut/imgui/releases/tag/v1.79

v1.78

18 Aug 20:25
Compare
Choose a tag to compare

This release contains no new wrappers or examples. It's merely an update to cimgui and dear imgui to v1.78.
You can find the changelog for dear imgui here: https://github.com/ocornut/imgui/releases/tag/v1.78

v1.77

02 Jul 13:28
Compare
Choose a tag to compare

This release contains no new wrappers or examples. It's merely an update to cimgui and dear imgui to v1.77.
You can find the changelog for dear imgui here: https://github.com/ocornut/imgui/releases/tag/v1.77

NOTE: This release has been updated and tag moved because of generation error

v1.76

31 May 19:26
Compare
Choose a tag to compare

New and improved odin-imgui is finally done!

This version has been long underway and is based on the JSON output of the generator used for cimgui.

This should mean faster update times when new version of dear imgui comes out, as it should just be running the generator when cimgui gets updated as well.

There was a few typos in older version and because of how far the previous version of odin-imgui was behind there is some functions that just no longer exists. There is also some changes to how rendering should be done, there is some examples as well now so do check them out for reference!

v1.64

06 Oct 12:55
Compare
Choose a tag to compare

This release now uses the auto-generated cimgui bindings, which should allow for quicker updates. There are binding endpoints missing, so if you add them yourself later, please put in a PR.

1.53.1

03 Feb 18:30
Compare
Choose a tag to compare

Fixed Font_Config struct.
New binaries that doesn't cause link.exe to produce a .lib and .exp of your app.
Now chooses the binaries based on of you are building in debug mode (-debug passed to odin)

v1.53

28 Dec 10:16
Compare
Choose a tag to compare

Update to cimgui (and dear imgui) version 1.53, x64 binaries are supplied above

v1.52.1h

12 Nov 23:54
Compare
Choose a tag to compare

Hotfix for crash when using Combo()

v1.52.1

12 Nov 23:04
Compare
Choose a tag to compare

All inbetween releases will be imgui-version.<my-version> like this one is 1.52.1

  • changed all u64 representing size_t to uint since that changes with architecture like size_t
  • Wrapped a few functions which outputted data via a function parameter to return it instead like original imgui
  • Added function from ImGuiStorage ImGuiTextClipper ImGuiTextBuffer and their structs
  • Removed Gui prefix from many things
  • Changed GuiCol enum to Color
  • Overall formatting of file