Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libsdl-org/SDL_net
A simple, cross-platform wrapper over TCP/IP sockets.
https://github.com/libsdl-org/SDL_net
sdl2 sdl2-net
Last synced: 3 months ago
JSON representation
A simple, cross-platform wrapper over TCP/IP sockets.
- Host: GitHub
- URL: https://github.com/libsdl-org/SDL_net
- Owner: libsdl-org
- License: zlib
- Created: 2021-01-21T04:37:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T00:37:58.000Z (8 months ago)
- Last Synced: 2024-05-18T13:34:09.161Z (8 months ago)
- Topics: sdl2, sdl2-net
- Language: C
- Homepage:
- Size: 7.66 MB
- Stars: 183
- Watchers: 16
- Forks: 48
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-sdl - SDL_net - platform wrapper over TCP/IP sockets | [```ZLIB```][ZLIB] | (Libraries)
README
# 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!