Go to file
Sam Lantinga dba15625a3 Renamed DECLSPEC to SDL_DECLSPEC 2024-05-17 17:38:03 -07:00
.github/workflows cmake: disable documentation installation by default 2024-05-02 19:59:20 +02:00
VisualC Updated for SDL3 version changes 2024-05-15 13:13:15 -07:00
build-scripts wikiheaders: Updated to latest from SDL3. 2024-05-16 11:47:26 -04:00
cmake Add SDLNet_Version to symbol version script 2024-05-15 22:51:03 +02:00
examples fix build after renderer api changes in latest SDL3 2024-05-14 21:11:32 +03:00
include/SDL3_net Renamed DECLSPEC to SDL_DECLSPEC 2024-05-17 17:38:03 -07:00
src Add SDLNet_Version to symbol version script 2024-05-15 22:51:03 +02:00
.wikiheaders-options Updated for SDL3 version changes 2024-05-15 13:13:15 -07:00
CMakeLists.txt cmake: disable documentation installation by default 2024-05-02 19:59:20 +02:00
LICENSE.txt Updated copyright for 2024 2024-01-01 13:25:09 -08:00
README.md First shot at an SDL3_net API and implementation! WIP! 2023-09-24 03:02:56 -04:00

README.md

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!