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 callobjImgui
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.