inkyblackness / imgui-go

Go wrapper library for "Dear ImGui" (https://github.com/ocornut/imgui)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaking Changes in 0feeb7fcffbf1163271bbaf1096839cb73653b05

JetSetIlly opened this issue · comments

The recent merge has breaking changes. 0feeb7f

There might be others but the one I've bumped into straight away is the Slider flags being renamed

For example, imgui.SlidersFlagsNone is now imgui.SliderFlagNone

That is correct. This is based on the most recent merge for the upgrade to 1.81 of Dear ImGui . Several things have changed and it will end up being a bump to major version 4.0.0 . If you need to stay on 3, you need to bind yourself on the 3.1.0 version.

Okay. Not a problem.