Releases: inkyblackness/imgui-go-examples
v1.7.0 - Final release - discontinuation
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
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
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
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
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
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
This release adds the demonstration of clipboard functions.
It also fixes modifier mapping in the SDL example.
v1.0.0 - First release
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