Can third party GUI libraries integrate or plugin to Godot engine, such as Dear ImGui?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By C-Research

I want to try some GUI / HUD libraries and GODOT together. Looking at Dear ImGui, NoesisGUI, and few others. I develop on Linux with Code Blocks, GNOME Bridge, and as a last resort on VS. Which IDE I will use with Godot depends on which GUI / HUD libraries can be integrated.

Since Godot and said libraries are written in C++, anything is possible.
But what for?

Godot already on itself has a very powerful GUI/2D system (though you should get used to it).

sash-rc | 2022-02-26 18:28