Skip to content

Commit 5739a50

Browse files
committed
Note that this branch is not supported.
1 parent bbe5133 commit 5739a50

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

README.txt

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
11

2-
SDL_net 2.0
3-
4-
The latest version of this library is available from GitHub:
5-
https://github.com/libsdl-org/SDL_net/releases
6-
7-
This is an example portable network library for use with SDL.
8-
It is available under the zlib license, found in the file LICENSE.txt.
9-
The API can be found in the file SDL_net.h and online at https://wiki.libsdl.org/SDL2_net
10-
This library supports UNIX, Windows, MacOS Classic, MacOS X,
11-
BeOS and QNX.
12-
13-
The demo program is a chat client and server.
14-
15-
The chat client connects to the server via TCP, registering itself.
16-
The server sends back a list of connected clients, and keeps the
17-
client updated with the status of other clients.
18-
Every line of text from a client is sent via UDP to every other client.
19-
20-
Note that this isn't necessarily how you would want to write a chat
21-
program, but it demonstrates how to use the basic features of the
22-
network library.
23-
24-
Enjoy!
25-
-Sam Lantinga and Roy Wood
2+
DO NOT USE!
263

4+
This is an unsupported branch for people who want to use the old SDL2 API with SDL3. We don't plan on releasing this and recommend migrating to SDL3_mixer instead.

0 commit comments

Comments
 (0)