Skip to content

v6.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 23:11
· 2 commits to master since this release

No update to the ImGui version, since ImGui.NET is lagging behind at the moment.

  • Add workaround for intermittent resource script errors
  • Fix inconsistent viewport size during resize. This should eliminate the jittering when resizing the window.
  • Add support for IME input
  • Use Godot's clipboard API
  • C#: Move widget methods to ImGuiGD. I really want to add these as static extension methods of ImGuiNET.ImGui instead, but that won't be possible until .NET 10