thennequin / ImWindow

Window and GUI system based on Dear ImGui from OCornut
MIT License
845 stars 119 forks source link

Integration help #22

Open Bonicx opened 6 years ago

Bonicx commented 6 years ago

Hi, I would like to use your docking system but I have no idea how should I go about to integrate the docking into my editor.

Can I get some advice on how should I proceed?

thennequin commented 6 years ago

You can look on the different backends support (DirectX 11, OpenGL, GLFW, BGFX), if your editor already support the creation of multi window with shared context, it's not really hard.

Or for a really basic support with only one window (no drag preview and no floating window) you can just :