Releases: inkyblackness/imgui-go
v0.2.0 - Basic set available
This release contains a basic set of function wrappers to build a decent UI. It is used by inkyblackness/hacked .
The problem with the occasional crashes/lockups of the previous version were pinpointed to a lost thread-lock (OpenGL/Glfw require that they're called from the same thread).
It is still lacking some useful exports, such as providing custom fonts (necessary for HiDPI devices), yet it is accumulating a proper featureset.
v0.1.0 - Initial Attempt
This is an initial attempt of a Go wrapper.
The example application compiles and produces an output (debug window).
Sadly, it also locks up very often and even has potential for crashes. Reason unknown so far. It has to do something with the OpenGL interaction - one catched crash was in gl.DrawElements(). (This does not mean the problem is in OpenGL, only that the data fed to it is probably wrong.)
Still - a "proper", ImGui wrapper, based on v1.61.