Godot Version
4.4
Question
I’ve been looking to use the Dear ImGui plugin with my GDScript based project, but I’ve been struggling with learning it. The sample project has a very bare-bones feature set, with a demo mode similar to the interactive ImGui manual found here.. The demo mode doesn’t seem to have a GDScript-compatible inspector the same way that the demo does.
From what I’ve read online, the way to learn Dear ImGui in GDScript is by inspecting the C#/Python code and translating it through trial and error to GDScript, which seems really convoluted for a fast prototyping UI to the point where I’ve avoided it so far. Are there any interactive resources like a complete demo mode that shows GDScript source code? Thanks for your time