ImWindow
ImWindow copied to clipboard
Window and GUI system based on Dear ImGui from OCornut
Hi, thank you for this great project want to ask you there is any plan to update the project for support latest Imgui? this is a great project, its such...
Your project is great and solves a lot of desktop development problems. But there seems to be a need for a control like the Android ListView to provide richer and...
By store a ImwContainer pointer inside ImwWindow, it is handy to know which ImwContainer contains the window, and through this pointer one can further fetch the PlatformWindow in which some...
Like this:  'MyImwindow2' is forced to switch to 'hahaha' when 'Filling Space' was just start dragging
It seems that functions like "SaveLayoutToFile" and "LoadLayoutFromFile" are implemented but never used in any sample? and other related interfaces like "CreateWindowByClassName" or "GetWindowClassName" are simply return null
Hi, can you please add support to DX9 backend to the ImWindow? also one small question, what version of window ImWindow support? I mean it will run on a win...
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.
The mouse position is not the same as the acquisition position as below: 
m_pContext = ImGui::CreateContext( pGlobalContext->IO.MemAllocFn, pGlobalContext->IO.MemFreeFn ); 1>D:\Coding\Code\ImWindow-titlebar\ImWindow\ImwPlatformWindow.cpp(23,68): error C2039: 'MemAllocFn': is not a member of 'ImGuiIO' 1>D:\Coding\Code\ImWindow-titlebar\ImWindow\ImwPlatformWindow.cpp(23,68): error C2039: m_pContext = ImGui::CreateContext( pGlobalContext->IO.MemAllocFn, pGlobalContext->IO.MemFreeFn ) 1>D:\Coding\Code\ImWindow-titlebar\ImWindow\ImwPlatformWindow.cpp(23,68): error C2039: ^ 1>D:\Coding\Code\ImWindow-titlebar\ImWindow\imgui.h(1324):...