ggerganov/imgui-ws

Windows support

seanssel opened this issue · 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.

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.

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