View all by rousr
rousr
Follow rousr
Follow
Following rousr
Following
Add To Collection
Collection
Comments
Devlog
Related games
Related
ImGuiGML
←
Return to ImGuiGML
Devlog
v1.100.4 Released
August 20, 2021
by
babyjeans
1
Updated again! Fixed imkeys array, so that it matches what's in ImGui now. This fixes some issues with input text boxes and also the scroll wheel. Updated all the ImGui enums internally, so everything...
Continue reading
Linux Support for ImGuiGML! (v1.100.3)
August 19, 2021
by
babyjeans
(If you downloaded ImGuiGML-v1.100.1.yymps or ImGuiGML-v1.100.2, I'm sorry, you'll need to download again, I had a SNAFU with it) A large but small update! This update adds support for the Ubuntu plat...
Continue reading
ImGuiGML v1.100.0 Released!
August 18, 2021
by
babyjeans
ImGuiGML has been updated to v1.100.0 after a 2 year hiatus! This version updates to Dear Imgui v1.83 (the latest public release) as well as finally fixes the buffer_set_surface issue that so many hav...
Continue reading
v1.91.0 - add font update!
July 20, 2019
by
babyjeans
1
Today I've added the support for adding ttf fonts to ImGuiGML. Use: imguigml_add_font_from_ttf(_filename, _font_size) to add your font, where the filename is a valid path to a ttf file, and the size...
Continue reading
v1.90.0!
July 12, 2019
by
babyjeans
2
After a long hiatus, I've updated ImGuiGML to Dear Imgui v1.71.0, the latest release... however, we're not finished with the update. There are plenty of new features and maybe some features that bro...
Continue reading
MacOS Support Added!
April 13, 2018
by
babyjeans
v1.82.0 is a "small" update in that all it is is support for macOS but that's actually kinda huge, huh? It's in a beta state because I couldn't be bothered to get codesigning working this evening to...
Continue reading
v1.81.0
March 11, 2018
by
babyjeans
Fixed a nasty bug with multiple sprite atlases in the sprite cache. Would've made errors occur when using imguigml_sprite / etc...
Continue reading
Hotfix - Radio Buttons
March 03, 2018
by
babyjeans
v1.80.3 Fix Radio Button return value Add ImGui Demo button. Been awhile folks, but just a quick update to fix the return values for radio buttons after issues were reported. Enjoy...
Continue reading
v1.80.0
January 20, 2018
by
babyjeans
This version adds show_error calls when ImGui asserts due to a misuse of imgui functoins. It tries to catch the majority of 'em, but some errors lead directly to crashes that, in some situations, ar...
Continue reading
v1.75.0 - Integrated ImGui v1.53 and some critical fixes
January 14, 2018
by
babyjeans
Support us on Patreon ! Besides the largest change - importing v1.53, there's also been a bunch of fixes to how imguigml_sprite and imguigml_sprite_button function. They're now using a sprite cac...
Continue reading
HotFix v1.3.1 - TextEditor and Resize Fixes
January 01, 2018
by
babyjeans
* Fixed the TextEditor so that there's no limitation on the size it can set/get text. * Fixed a scaling issue with display resizing...
Continue reading
v1.3.0
December 31, 2017
by
babyjeans
v1.3.0 - BIG update, here's a list of some of the fixes: Features Don't draw if a surface/texture doesn't exist (avoids white boxes flashing) Add ability to draw at depth Can draw in Draw event...
Continue reading
v1.2.3
December 19, 2017
by
babyjeans
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...
Continue reading
v1.1.3
December 10, 2017
by
babyjeans
I've updated ImGuiGML to v1.1.3 which adds: Tab support from the ImGui tabs branch ImGuiColorTextEdit courtesy of BalazsJako 's git branch. And a SLEW of fixes... some help corrections, and making it...
Continue reading