Releases: inkyblackness/imgui-go
Final release - Deprecation marker
This release marks the final version of this repository as per #192 .
The function CreateContext()
has been marked as "deprecated", so users should be informed about it.
As per README, please consider the following alternatives (current at time of release):
- https://github.com/AllenDang/cimgui-go - a generated wrapper, which makes it easier to stay up-to-date with newest Dear ImGui versions, or
- https://github.com/eliasdaler/imgui-go - @eliasdaler proposed to maintain this fork
Thank you all for using and contributing to this wrapper!
v4.6.0 - New features & sunsetting notice
Thanks again to contributions, the following things are included:
- @kaishuu0123 provided #180
- @VityaSchel provided #185 , added via #190
- @mmp provided #187
Furthermore, this project and repository is entering sunsetting stage. Please refer to README.md
as well as #192 for details.
v4.5.0 - new features
Thanks again to contributions, the following things are included:
- @neclepsio provided #163 with additions from @melaurent ( #165 )
- @eliasdaler provided #170
- @0xd61 provided #172
- @Konstantin8105 provided #177 with additions via #178
v4.4.0 - update to 1.85
Thanks again to @neclepsio , this release uses v1.85
as per #160 .
This release also includes Push/PopAllowKeyboardFocus, added by @melaurent (#159)
Thank you all for your contributions!
v4.3.0 - update to v1.84.2 and further features
Thanks to @neclepsio , v1.84.2
is now in use. See #158 , which also includes a few extra functions.
Also included in this release are
VtxOffset
for more than 64k vertices by @ptxmac (#154)- Getters for draw data sizes by @GreenLightning (#155)
Thank you all again for your contributions!
v4.2.0 - update to v1.82 - plus further features
Thanks to @ptxmac , v1.82
is now in use. See #148 . Version compatibility was preserved with a deprecated compatibility layer.
Furthermore, the following extensions have been made:
FontConfig.SetGlyphOffsetX/Y()
by @JetSetIlly - #144IO.SetMouseDrawCursor()
also by @ptxmac - #147DrawList.Push/PopClipRect()
by @GreenLightning - #150
v4.1.0 - RadioButtonInt
Thanks to contribution by @JetSetIlly , RadioButtonInt()
has been made available. See #143 .
Furthermore, the default branch has been renamed to main
. See here for details.
v4.0.1 - bugfix on flag types
Thanks to @the-goodies , some flag arguments and return values have the proper type now - see #142 .
v4.0.0 - update to v1.81 - with tables
Thanks to the effort by @the-goodies , the wrapper has been upgraded to use v1.81 of Dear ImGui. As part of this upgrade, the support for tables was also added. See #138 for details.
Furthermore, @JetSetIlly helped to unify the names and types of various constants, most notably for bitflags. See #141 for details.
Both modifications included breaking changes, so the major version was bumped to v4
.