Skip to content

ImguiGML Wrapper

Latest
Compare
Choose a tag to compare
@Hyomoto Hyomoto released this 11 Sep 07:51

Updated to GM 2022.8 to resolve some Feather compatibilities. As far as naming suggestions go, this will depend on your local naming preferences. Otherwise warnings and errors should be 0/0.

Changes:

  • imgui renamed to objImgui. This is the only destructive change made to imguigml. If you were calling imgui directly, you must now call objImgui instead. This is one of those "no good solution" problems, but to reduce Feather clutter this one breaking change was chosen.

  • imgui_wrapper macro depreciated, calls should be made to objImgui again. Same as above, for consistency.