pkdawson / imgui-godot

Dear ImGui plugin for Godot 4
MIT License
390 stars 24 forks source link

ImGui updated to v1.91.0 #76

Closed mrawlingst closed 1 month ago

mrawlingst commented 1 month ago

Ocornut has released a new major update for ImGui - v1.91.0

Release notes: https://github.com/ocornut/imgui/releases/tag/v1.91.0

Currently this addon runs on v1.90.9.

I already updated my version of addon to use 1.91.0 but it's not fully compatible yet especially with some new widgets i.e. TextLink().

pkdawson commented 1 month ago

I gotta wait until ImGui.NET updates, otherwise C# support completely breaks. It usually takes them anywhere from a few days to a few weeks.

I'll add a handler for TextLink if the default one doesn't work.

pkdawson commented 1 month ago

Released in v6.2.0

TextLink works as expected by default (tested on Windows and macOS), but let me know if you have any trouble.

https://github.com/pkdawson/imgui-godot/blob/a461bf47163ac6459664d5f9431375647982cc20/doc/examples/GdsDemo/demo.gd#L36