Registry / networking / sdl1-net

sdl1-net

JSON →
library1.2.8vcpkgunverified

Networking library for SDL

vcpkg install sdl1-net
INSTALL
IMPORT
SIG · SDL1-NET
S
sdl1-net
networkingcppv1.2.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SDL_net.h
#include <SDL_net.h>

Initialize and quit SDL_net

#include <SDL_net.h> #include <iostream> int main() { if (SDLNet_Init() == -1) { std::cerr << "SDLNet_Init failed\n"; return 1; } std::cout << "SDL_net initialized\n"; SDLNet_Quit(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.8latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources

No resource links recorded.

sdl1-net — pip install sdl1-net · libregistry