ImGui_GM v1.0.1
imgui_gm » Devlog
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.6 MB
Jan 22, 2023
Get imgui_gm
Download NowName your own price
imgui_gm
An ImGui wrapper for modern GameMaker
More posts
- ImGui_GM v1.0.17Mar 09, 2024
- ImGui_GM v1.0.16Dec 31, 2023
- ImGui_GM v1.0.15Nov 07, 2023
- ImGui_GM v1.0.14Oct 27, 2023
- ImGui_GM v1.0.13Oct 16, 2023
- ImGui_GM v1.0.12Mar 11, 2023
- ImGui_GM v1.0.11Mar 03, 2023
- ImGui_GM v1.0.10Feb 23, 2023
- ImGui_GM v1.0.9Feb 08, 2023
- ImGui_GM v1.0.8Feb 01, 2023
Comments
Log in with itch.io to leave a comment.
Would it be possible to see any of these implemented in the future? 👀
https://github.com/ocornut/imgui/wiki/Useful-Extensions#node-editors
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!