How is SDL_net?

Started by
3 comments, last by Brien Shrimp 18 years, 11 months ago
I just want to know how good SDL_net is, and what are it's capabilites? I've been thinking of using SDL_net for awhile, but never got around to it. Also, can anyone tell me where I could find some good SDL_net tutorials? Thanks in advance!
-----------------------------Play Stompy's Revenge! Now!
Advertisement
sdl_net is basically nothing more than a thin wrapper for platform-dependent socket stuff. meaning that it won't help you at all with your game-related tasks such as player management, opening a game session and all that.

I'd still recommend it over using plain winsock though. your code will be much more portable and easier to integrate into an existing SDL game.

Asheh is very fond of RakNet. I've haven't used either libraries....
Rob Loach [Website] [Projects] [Contact]
SDL_net suffers from mass pointer abuse.

I've used it before and it was very bleh.

Learn to make games with my SDL 2 Tutorials

I recommend SDL_net. Here's a good link:
SDL_net Documentation
Brien Smith-MartinezGarbage In, Games Out

This topic is closed to new replies.

Advertisement