ImGui_GM v1.0.1


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!

Files

imgui_gm_v1_0_1.yymps 2 MB
Jan 22, 2023

Get imgui_gm

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

(+1)

Would it be possible to see any of these implemented in the future? 👀
https://github.com/ocornut/imgui/wiki/Useful-Extensions#node-editors

(+1)

It'd definitely be possible! imgui-node-editor from your link looks pretty promising, I might make a branch of the extension on the GitHub whenever I get the chance!