ggerganov / imgui-ws

Dear ImGui over WebSockets
MIT License
448 stars 53 forks source link

Windows support #17

Open seanssel opened 3 years ago

seanssel commented 3 years ago

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

ggerganov commented 3 years ago

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.

skyracer2012 commented 1 year ago

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