britzl / extension-imgui

Dear ImGUI extension for Defold
MIT License
58 stars 18 forks source link

Debug window #21

Closed ze0nni closed 2 years ago

ze0nni commented 2 years ago

How can I open imgui in separate window?

britzl commented 2 years ago

There is no support for running ImGUI in a separate window. ImGUI is running as an extension to the Defold engine and as such the Defold engine also has to be running in that window. I guess it's possible to spawn another process in a new window somehow, but it is something that is outside of the scope of this extension.