AnRu wrote:I there a way to create docking panels?
Well on the official version, currently no, but this editor uses imgui and added tab/dock support: https://github.com/nem0/LumixEngine
And on the imgui project page, it says:
This is LumixEngine with a minor skinning hack + a docking/tabs extension (both of which you can find in the Issues section and will eventually be merged).
AnRu wrote:I there a way to create docking panels?
Well on the official version, currently no, but this editor uses imgui and added tab/dock support: https://github.com/nem0/LumixEngine
And on the imgui project page, it says:
This is LumixEngine with a minor skinning hack + a docking/tabs extension (both of which you can find in the Issues section and will eventually be merged).
So hopefully it will come in a future update.
Libs for original igmui isn't compatible with this bind?
AnRu wrote:
Libs for original igmui isn't compatible with this bind?
Not sure to understand your question, but yes this module is using the original imgui: https://github.com/ocornut/imgui
It's not using a modified version.
AnRu wrote:
Libs for original igmui isn't compatible with this bind?
Not sure to understand your question, but yes this module is using the original imgui: https://github.com/ocornut/imgui
It's not using a modified version.
Okay, i rewrite it
Is there a way to use it with modified version of imgui from another authors?
AnRu wrote:
Okay, i rewrite it
Is there a way to use it with modified version of imgui from another authors?
Well I found this version adding the docks from LumixEngine: https://github.com/adcox/imgui
Should not be too much work to add it to this module, as it seems to be encapsulated into separated files without modifications to imgui itself. I can have a look at it as soon as I have some time, as I must admit than even for my editor it could be quite useful.