thennequin / ImWindow

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

Scintilla integration help #37

Open kitepad opened 3 years ago

kitepad commented 3 years ago

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.

thennequin commented 3 years ago

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