Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Releases: inkyblackness/imgui-go-examples

v1.7.0 - Final release - discontinuation

31 Dec 13:00
c0f92f1
Compare
Choose a tag to compare

Following the discontinuation of https://github.com/inkyblackness/imgui-go , this repository is also discontinued.
This is the last release for this repository as it updates to the final version of the wrapper.

Follow the pointers in the README of https://github.com/inkyblackness/imgui-go for alternatives.

Thank you all for your interest

v1.6.0 - Use of v4.x.x

14 Mar 07:59
a8e1038
Compare
Choose a tag to compare

With this release, the examples now use the v4 module of imgui-go. This came together with the update to v1.81 of Dear ImGui (see https://github.com/inkyblackness/imgui-go/releases/tag/v4.0.0 ). This release here already uses the patched v4.0.1 version.

The Go demo window also showcases the newly available tables feature.

Furthermore, the default branch has been renamed to main. See here for details.

v1.5.0 - Use of 3.x.x

28 Dec 11:11
b01e28d
Compare
Choose a tag to compare

With this release, the examples now use the v3 module of imgui-go. This came together with the update to v1.79 of Dear ImGui (see https://github.com/inkyblackness/imgui-go/releases/tag/v3.0.0 ).

v1.4.0 - switch to Dear ImGui v1.76

23 May 09:38
0d7a7db
Compare
Choose a tag to compare

This release marks the switch to imgui-go v2.4.0, which is based in Dear ImGui v1.76.

That version also includes a bugfix which avoids a crash during teardown of the example window, should the demo console have been opened - see inkyblackness/imgui-go#94 .

v1.3.0 - Use of 2.x.x, updated demo

09 Feb 09:30
Compare
Choose a tag to compare

With this release onward, the examples project uses imgui-go in version v2.x.x.

Furthermore, thanks to various contributions, the remaining functions to match the examples of Dear ImGui could be added. For instance, it is now possible to modify the clear color while the example is running.

v1.2.0 - Last v1.x.x usage

25 Dec 13:55
Compare
Choose a tag to compare

This release marks the last v1.x.x usage of imgui-go. Future code will use the upcoming v2.x.x API.

v1.1.0 - Clipboard update

06 Sep 06:27
Compare
Choose a tag to compare

This release adds the demonstration of clipboard functions.

It also fixes modifier mapping in the SDL example.

v1.0.0 - First release

27 Feb 18:33
Compare
Choose a tag to compare

This release marks the baseline of the examples.

  • imgui-go version: v1.6.0
  • Main example: Closely matching that of Dear ImGui (missing only a few controls/features)
  • Supported platforms: GLFW3, SDL2
  • Supported renderers: OpenGL v2.1 and v3.2