thennequin/ImWindow

Scintilla integration help

kitepad opened this issue · 1 comments

I want to integrate scintilla editor with imwindow, but I don't experiences on this. I can create window using win32 api.
How can i integrate it. Scintilla site is www.scintilla.org.

First of all, you need to integrate Scintilla with Dear ImGui, because ImWindow use Dear ImGui.
There is a topic about it ocornut/imgui#108
Then when you have completed the integration with Dear ImGui, it will be easy to use it with ImWindow.