Devlogs
ImGui_GM v1.0.1
imgui_gmA downloadable library for Windows
Posted January 22, 2023 by nommiin
#update
hello! i've release a package for imgui_gm v1.0.1. this update brings imgui_gm's api coverage up to 253 wrappers out of ~395 API functions, and includes wrappers for just about every widget available in imgui!
Added:
- Plots!
- Tables!
- Tabs!
- Various missing wrappers:
- ImGui.SetKeyboardFocusHere
- ImGui.PopButtonRepeat
- ImGui.SetItemDefaultFocus
- ImGui.SetCursorScreenPos
- ImGui.SetCursorPos
- ImGui.PushItemWidth
- ImGui.PopItemWidth
- ImGui.SetNextItemWidth
- ImGui.CalcItemWidth
- ImGui.PushTextWrapPos
- ImGui.PushClipRect
- ImGui.PopClipRect
- ImGui.SliderAngle
- ImGui.BeginChildFrame
- ImGui.EndChildFrame
Fixed:
- Fixed missing ImGui.EndMenuBar wrapper
- Fixed ImGui.StyleColorsDark calling incorrect wrapper
- Un-stubbed ImGui.CheckboxFlags
Known Issues:
- I forgot to add ImGui.PopTextWrapPos, sorry!
Feel free to check out the GitHub repo for ImGui_GM!