v1.2.3
ImGuiGML » Devlog
Fixed some nasty issues with trying to use imguigml_image
with surfaces... it potentially could access texture pointers that were no longer valid - so I've added the new imguigml_surface
call that helps ensure the surface exists before we try to draw it.
Stay tuned for more control over when ImGuiGML draws (Draw vs DrawGUI) and more fixes!
Changelist for version 1.2.3
- API
- Added
imguigml_surface
and refactored how sprite and 'image' works.imguigml_image
still takes a texture pointer, but there's rarely a reason to use it.
- Added
- Fixes:
- Fixed
draw_add_rect_filled
- Automatically multiply the normalized pixel percent trimmed from sprites when useing
imguigml_sprite
imguigml_button
now accepts 1 param for size- Fix
imguigml_color_convert_
gml / u32 functions being backwards
- Fixed
Files
imguigml-v1.2.3.yymp 334 kB
Dec 14, 2017
Get ImGuiGML
Download NowName your own price
ImGuiGML
ImGui for GameMaker Studio 2
More posts
- v1.100.4 ReleasedAug 20, 2021
- Linux Support for ImGuiGML! (v1.100.3)Aug 19, 2021
- ImGuiGML v1.100.0 Released!Aug 18, 2021
- v1.91.0 - add font update!Jul 20, 2019
- v1.90.0!Jul 12, 2019
- MacOS Support Added!Apr 13, 2018
- v1.81.0Mar 11, 2018
- Hotfix - Radio ButtonsMar 03, 2018
- v1.80.0Jan 20, 2018
- v1.75.0 - Integrated ImGui v1.53 and some critical fixesJan 14, 2018
Leave a comment
Log in with itch.io to leave a comment.