View all by nommiin
nommiin
Follow nommiin
Follow
Following nommiin
Following
Add To Collection
Collection
Community
Devlog
Related games
Related
imgui_gm
←
Return to imgui_gm
Devlog
ImGui_GM v1.0.17
March 09, 2024
by
nommiin
3
#release
hello! it's been a couple months since the last update, so the extension is due for an imgui upgrade. this release moves to using imgui v1.90.5 (from 1.89) which brings plenty of bug fixes along with...
Continue reading
ImGui_GM v1.0.16
December 31, 2023
by
nommiin
1
#release
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-re...
Continue reading
ImGui_GM v1.0.15
November 07, 2023
by
nommiin
4
#release
howdy y'all, as it turns out... i accidentally shipped the debug DLL as the included DLL for the extension. this is mostly fine, but it showcased some errors that have been going unnoticed (tho probab...
Continue reading
ImGui_GM v1.0.14
October 27, 2023
by
nommiin
#release
just a small update to address an overlooked memory leak Fixed: Fixed memory leak for ImGui.PlotLines and ImGui.PlotHistogram Added: Included memory usage display for example object, which displays th...
Continue reading
ImGui_GM v1.0.13
October 16, 2023
by
nommiin
1
#release
howdy y'all, it's been a minute! sorry for not being able to put out as many releases of ImGui_GM as i was before, free time has become a precious asset and so it's been a bit tough finding time to wo...
Continue reading
ImGui_GM v1.0.12
March 11, 2023
by
nommiin
#release
hewwo, v1.0.12 of imgui adds wrappers for setting/retrieving a few ImGuiIO variables, along with a change to how imgui_gm retrieves input Added: ImGui.WantKeyboardCapture([val]) ImGui.WantMouseCapture...
Continue reading
ImGui_GM v1.0.11
March 03, 2023
by
nommiin
2
#release
hi! v1.0.11 brings a few internal changes to allow for the extension to be used in older versions of gamemaker (namely LTS). there's also a fix for the "__Initialize not set before reading" issue that...
Continue reading
ImGui_GM v1.0.10
February 23, 2023
by
nommiin
#release
anotha day, anotha imgui_gm release! this release brings just a couple small fixes to the imgui_gm backend Fixed: Fixed ImGui cursor updating logic to only update the cursor when needed This should fi...
Continue reading
ImGui_GM v1.0.9
February 08, 2023
by
nommiin
#release
hello! v1.0.9 of imgui_gm changes how imgui is rendered in your game! imgui is now rendered 1:1 with the window size, rather than the GUI layer. this might be a bit of an odd change, but i felt like i...
Continue reading
ImGui_GM v1.0.8
February 01, 2023
by
nommiin
#release
remember when i said v1.0.6 was the last update for a while? yeah, me too lol Fixed: Fixed sprite-related wrappers not taking texture page cropping into account Basically, GM has automatic texture pag...
Continue reading
ImGui_GM v1.0.7
January 31, 2023
by
nommiin
#release
woohoo, the latest version of gamemaker (v2023.1.0.58) adds the static changes utilized by imgui_gm! this update just adds a check for the static_get function before the extension initializes! Changes...
Continue reading
ImGui_GM v1.0.6
January 31, 2023
by
nommiin
#release
hello! v1.0.6 of imgui_gm makes a few relatively big internal changes, namely the removal of the dx11 rendering backend! further changes and notes are as follows. Changes: ImGui_GM now renders ImDrawD...
Continue reading
ImGui_GM v1.0.5
January 30, 2023
by
nommiin
#release
hiya, just a tiny update! added some missing window-related, memory editor widget, and some misc wrappers; also a few internal changes! Added: ImGui.LogText ImGui.SetWindowPos ImGui.SetWindowSize ImGu...
Continue reading
ImGui_GM v1.0.4
January 29, 2023
by
nommiin
#release
hiya, v1.0.4 of imgui_gm is now packaged up and available for download here! this update brings wrappers for drawlists along with some adjustments to functions that used arrays! this will probably be...
Continue reading
ImGui_GM v1.0.3
January 25, 2023
by
nommiin
#release
hewwo! i've uploaded v1.0.3 of imgui_gm, and it's got some exciting stuff! i've gotten API coverage up to 75% , woo!!! (oh also, that percentage is now more accurately measured by my tooling). anyway,...
Continue reading
ImGui_GM v1.0.2
January 23, 2023
by
nommiin
#release
hi again, been a couple minutes eh? here's imgui_gm v1.0.2, just a small update that wraps docking-related functions and adds helper functions to change ImGuiIO.ConfigFlags Added: ImGui.DockSpace ImGu...
Continue reading
ImGui_GM v1.0.1
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...
Continue reading