Skip to content

A simple, cross-platform wrapper over TCP/IP sockets.

License

Notifications You must be signed in to change notification settings

libsdl-org/SDL_net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4a9733 · Apr 12, 2025
Jan 22, 2025
Jan 22, 2025
Jan 22, 2025
Mar 7, 2025
Oct 24, 2024
Feb 15, 2025
Jan 1, 2025
Feb 18, 2025
Dec 10, 2024
Apr 12, 2025
Jan 1, 2025
Sep 24, 2023

Repository files navigation

SDL_net 3.0

The latest version of this library is available from GitHub:

https://github.com/libsdl-org/SDL_net/releases

This is a portable network library for use with SDL. It's goal is to simplify the use of the usual socket interfaces and use SDL infrastructure to handle some portability things (such as threading and reporting errors).

It is available under the zlib license, found in the file LICENSE.txt. The API can be found in the file SDL_net.h and online at https://wiki.libsdl.org/SDL3_net This library supports most platforms that offer both SDL3 and networking.

This is a work in progress!

Enjoy!