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
VisualC-GDK
Xcode compile_shaders.sh shouldn't be in the SDL framework 2024-09-18 14:31:00 -07:00
android-project
build-scripts build-web-examples.pl: Added a FIXME. 2024-09-22 10:35:59 -04:00
cmake
docs
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
BUGS.txt
CMakeLists.txt
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)