ImGui_GM v1.0.16
imgui_gm » Devlog
hey all, just a small update for v1.0.16! this update fixes a common crash that would occur when minimizing the window, along with introducing wrappers for the dockbuilding API
Fixed:
- Fixed surface-related crash that would occur when the game was minimized
- Additionally, the library will no longer send state information to ImGui if the window size is too small or not visible
Added:
- Added wrappers for ImGui.DockBuilder related functions
- ImGui.DockBuilderDockWindow(window_name, node_id)
- ImGui.DockBuilderGetNode(node_id)
- ImGui.DockBuilderGetCentralNode(node_id)
- ImGui.DockBuilderAddNode(node_id, flags)
- ImGui.DockBuilderRemoveNode(node_id)
- ImGui.DockBuilderRemoveNodeDockedWindows(node_id, clear_settings_ref=true)
- ImGui.DockBuilderRemoveNodeChildNodes(node_id)
- ImGui.DockBuilderSetNodePos(node_id, x, y)
- ImGui.DockBuilderSetNodeSize(node_id, width, height)
- ImGui.DockBuilderSplitNode(node_id, split_dir, size_ratio_for_node_at_dir)
- ImGui.DockBuilderCopyWindowSettings(src_name, dst_name)
- ImGui.DockBuilderFinish(node_id)
Files
imgui_gm_v1_0_16.yymps 2.5 MB
Dec 31, 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.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
Leave a comment
Log in with itch.io to leave a comment.