Go to file
Anthony 53bf2baac3 Change JNI calls to comply with recent Boolean changes
Android OpenURL and Toast methods return Booleans now, so let's use the correct interface.
2024-09-24 14:45:24 -07:00
.github
VisualC Added support for the HORI licensed Steam Controller 2024-09-18 14:08:32 -07:00
VisualC-GDK Added support for the HORI licensed Steam Controller 2024-09-18 14:08:32 -07:00
Xcode compile_shaders.sh shouldn't be in the SDL framework 2024-09-18 14:31:00 -07:00
android-project Update proguard-rules.pro in-line with commit 9ff3446 2024-09-16 08:47:44 -07:00
build-scripts build-web-examples.pl: Added a FIXME. 2024-09-22 10:35:59 -04:00
cmake cmake: don't prepend absolute CMAKE_INSTALL_{INCLUDE,LIB}DIR with ${prefix} 2024-09-14 16:21:42 +02:00
docs Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
examples examples: Fixed some window titles. 2024-09-24 15:36:49 -04:00
include Move default colorspace aliases into enum 2024-09-23 07:37:02 -07:00
src Change JNI calls to comply with recent Boolean changes 2024-09-24 14:45:24 -07:00
test Remove casts from typed pointer to void * for printf %p in test projects 2024-09-24 14:40:32 +03:00
wayland-protocols
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options
Android.mk Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
BUGS.txt
CMakeLists.txt Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
CREDITS.md
INSTALL.md
LICENSE.txt
README-SDL.txt
README.md
WhatsNew.txt

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. 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. If you are migrating to SDL 3.0 from SDL 2.0, the changes are extensively documented in README-migration.md.

Enjoy!

Sam Lantinga (slouken@libsdl.org)