What is needed for Windows?
Hey Joe, nice work with the plugin! What is needed to make this work also for Windows? Thanks
Hey Dima,
Thank! I finally have a Windows computer so I could actually work to add Windows support. Here's my thinking for how to implement it.
-
We could add server support with the mortzdk's Websocket server written in c. https://github.com/mortzdk/Websocket It's what the Mac and iOS builds use.
-
Unfortunately we’ll need to find a client library. The other targets, like Mac, iOS or Android, either use an Objective C or Java library. Technically, mortzdk's c Websocket library supports clients (I believe), but I experience a lot of problems when testing it. So we'll need to find a web socket client written in C or C++.
-
Once we have the client and server libraries in the plugin VS project, we can start to create an interface to Lua.