DirectX (SlimDX) multiplayer library

Started by
5 comments, last by BerserkIvix 7 years, 5 months ago

Hello everyone.

I would like to know, what's the actual multiplayer library for C#?

Does SlimDX already support multiplayer, or do I have to use something else? If so, what?

Thanks in advance for any help.

Bye, Ivano.

Advertisement
There is no multiplayer API in SlimDX, you'll need to find one yourself based on your needs.

Thanks for your reply. Could you suggest something?

Take a look at http://genericgamedev.com/tutorials/lidgren-network-an-introduction-to-networking-in-csharp-games/ for a relatively straightforward but lower level library. For a powerful high level option, you can look at RakNet: http://www.jenkinssoftware.com/features.html

SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.

thanks for your advice

I struggled with Raknet for a few hours just trying to get it building. At the suggestion of a friend I ditched it in favour of Lidgren. It was easy to use and I was up and running with simple client/server comms in no time, so I'd definitely recommend Lidgren over Raknet. I recently discovered that Lidgren has a nuget package which makes getting access to it even easier than the github way if you don't need the source code.

[size="2"]Currently working on an open world survival RPG - For info check out my Development blog:[size="2"] ByteWrangler

Thanks for your advice. I downloaded Lidgren and I'll try something.

Bye, Ivano.

This topic is closed to new replies.

Advertisement