GameEngineDesign-S24 / AstraEngine

0 stars 9 forks source link

Feature Request: Multiplayer using C UDP Sockets by exporting/importing yaml game files to the internet. (C# networking is not low level enough) #13

Open TKnize opened 4 months ago

jcollard commented 4 months ago

I would argue that C# networking does get low enough (e.g. you can do socket programming).

That said, if you're serious about doing this in C, you could do it and provide interop with C# (see: https://learn.microsoft.com/en-us/dotnet/standard/native-interop/)

Before starting, you should provide a high level C# interface along with examples of their use.