imgui-ws icon indicating copy to clipboard operation
imgui-ws copied to clipboard

Windows support

Open seanssel opened this issue 2 years ago • 2 comments

Any insight as to how difficult it would be to support a windows build? I'd love to use this in a project.

seanssel avatar Aug 28 '21 22:08 seanssel

I think it should not be very hard if you are OK with using MSYS2 + MinGW - probably some minor modifications to the CMakeLists.txt files. As an example, you can check the Windows instructions of the imtui project. I think imgui-ws can be built in a similar way.

Building with Microsoft Visual C++ would be much more difficult I guess.

ggerganov avatar Aug 29 '21 07:08 ggerganov

As far as I can see incppect relies on uWebSockets and their CMakeLists.txt doesn't support a windows build. https://github.com/ggerganov/incppect/blob/master/third_party/CMakeLists.txt#L40

skyracer2012 avatar May 07 '23 09:05 skyracer2012