Go to file
Brian Kirkpatrick e35730ac54 fixed const error when compiling for mutated total_need value in SDL_rwops.c 2022-12-14 20:25:40 -08:00
.github
VisualC fix (hopefully) MSVC builds after gesture removal. 2022-12-14 00:50:20 +03:00
VisualC-GDK gesture: Removed the gesture API from SDL3. 2022-12-13 14:54:37 -05:00
VisualC-WinRT gesture: Removed the gesture API from SDL3. 2022-12-13 14:54:37 -05:00
Xcode gesture: Removed the gesture API from SDL3. 2022-12-13 14:54:37 -05:00
Xcode-iOS/Demos render: Remove SDL_GetRenderDriverInfo and change SDL_CreateRenderer. 2022-12-13 23:27:35 -05:00
android-project
build-scripts
cmake
docs render: Remove SDL_GetRenderDriverInfo and change SDL_CreateRenderer. 2022-12-13 23:27:35 -05:00
include rwops: Make read and write work like POSIX, not stdio. 2022-12-14 15:47:13 -05:00
mingw/pkg-support/cmake
src fixed const error when compiling for mutated total_need value in SDL_rwops.c 2022-12-14 20:25:40 -08:00
test test: patched to compile. 2022-12-14 23:25:09 -05:00
wayland-protocols
.clang-format
.editorconfig
.gitignore
.wikiheaders-options
Android.mk
BUGS.txt
CMakeLists.txt
CREDITS.txt
INSTALL.txt
LICENSE.txt
Makefile.minimal
README-SDL.txt
README.md
SDL3Config.cmake.in
TODO.txt
WhatsNew.txt
cmake_uninstall.cmake.in
sdl3.pc.in

README.md

Simple DirectMedia Layer (SDL) Version 3.0

https://www.libsdl.org/

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. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting with README.md

Enjoy!

Sam Lantinga (slouken@libsdl.org)