Registry / other / sdl3
library3.4.10vcpkgunverified

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.

vcpkg install sdl3
INSTALL
IMPORT
SIG · SDL3
S
sdl3
othercppv3.4.10
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.

SDL3/SDL.h
#include <SDL3/SDL.h>

Initialize SDL3 and create a window

#include <SDL3/SDL.h> int main() { SDL_Init(SDL_INIT_VIDEO); SDL_Window* window = SDL_CreateWindow("Hello", 640, 480, 0); SDL_Delay(3000); SDL_DestroyWindow(window); SDL_Quit(); return 0; }
Debug
Known issues
breakingSDL3 is a major version bump from SDL2 with breaking API changes
fix
Migrate from SDL2 to SDL3 by updating function calls and headers
affects: >=3.0.0
Upgrade
Version history
3.4.10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

sdl3 — pip install sdl3 · libregistry