itch.io is community of indie game creators and players

Devlogs

ImGui_GM v1.0.10

imgui_gm
A downloadable library for Windows

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 fix ImGui eating any calls to window_set_cursor (thanks again to Carson for bringing this up) 
  • Fixed GUI size not being reset properly after ImGui.__Render
  • Removed constructor from ImGui script
  • Removed gml_pragma calls from static ImGui functions

Added:

  • __imgui_initialize now takes a buffer_size argument
    • IMGUIGM_BUFFER_SIZE is passed by default, also internal ImGui_GM buffers are grow buffers; so this really only affects the initial creation size (and usually exceeds it)

Files

  • imgui_gm_v1_0_10.yymps 2.3 MB
    Feb 23, 2023
Download imgui_gm
Leave a comment