You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/docs
Cameron Gutman 70d23b2349 README-migration: Remove errant reference to SDL_FALSE_ 4 days ago
..
INTRO-androidstudio.md Added https://github.com/Ravbug/sdl3-sample as a more complete Android example 1 month ago
INTRO-cmake.md Updated README-cmake.md with build instructions for several platforms 1 month ago
INTRO-emscripten.md Tweaked emscripten introduction 1 month ago
INTRO-visualstudio.md Removed redundant step in Visual Studio instructions 1 month ago
INTRO-xcode.md Added INTRO-xcode.md 1 month ago
README-android.md Revert "Separate android initialization from Activity (#11891)" 1 month ago
README-bsd.md Updated README-platforms.md 1 month ago
README-cmake.md Updated README-platforms.md 1 month ago
README-contributing.md Minor readability improvement for README-contributing.md 1 month ago
README-documentation-rules.md README-documentation-rules.md: Mention not listing types in param/returns docs. 3 months ago
README-dynapi.md Removed SDL_bool in favor of plain bool 5 months ago
README-emscripten.md Added INTRO-emscripten.md 1 month ago
README-gdk.md Rename functions in SDL_system.h to match SDL 3.0 naming convention 7 months ago
README-haiku.md Updated README-platforms.md 1 month ago
README-highdpi.md Sync SDL3 wiki -> header 4 months ago
README-ios.md Bumped deployment requirements for Apple platforms 1 month ago
README-kmsbsd.md docs: Convert everything to Unix-style endlines. 1 year ago
README-linux.md asyncio: Added Linux io_uring support. 3 months ago
README-macos.md Bumped deployment requirements for Apple platforms 1 month ago
README-main-functions.md docs/README-main-functions.md: reformatted Best Practices section. 3 months ago
README-migration.md README-migration: Remove errant reference to SDL_FALSE_ 4 days ago
README-n3ds.md docs: Convert everything to Unix-style endlines. 1 year ago
README-ngage.md ngage: Remove Nokia N-Gage support. 2 months ago
README-platforms.md Updated README-platforms.md 1 month ago
README-porting.md winrt: Removed WinRT/Windows Phone/UWP support. 6 months ago
README-ps2.md JANITORIAL: Fix typos in comments in various files (#10058) 8 months ago
README-ps4.md Updated README-platforms.md 1 month ago
README-ps5.md Updated README-platforms.md 1 month ago
README-psp.md docs: Convert everything to Unix-style endlines. 1 year ago
README-riscos.md docs: Convert everything to Unix-style endlines. 1 year ago
README-steamos.md Updated README-platforms.md 1 month ago
README-strings.md Removed temporary memory from the API 7 months ago
README-switch.md Updated README-platforms.md 1 month ago
README-touch.md Sync SDL3 wiki -> header 2 months ago
README-versions.md docs: Convert everything to Unix-style endlines. 1 year ago
README-vita.md Sync SDL3 wiki -> header 1 month ago
README-wayland.md examples now using SDL_ALPHA_OPAQUE(_FLOAT) for opaque alpha value 4 months ago
README-windows.md minor update to mingw-w64 build instructions. 1 month ago
README.md Updated README-platforms.md 1 month ago
doxyfile Don't automatically free temporary memory, let the application call SDL_FreeTemporaryMemory() when it's ready. 7 months ago
hello.c Remove newlines from log messages 1 month ago
release_checklist.md Added a reminder to sign the source archives when creating a release 3 months ago

README.md

Simple DirectMedia Layer

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.

SDL officially supports Windows, macOS, Linux, iOS, Android, Xbox, PlayStation 4/5, Nintendo Switch, and many other platforms.

SDL is written in C, works natively with C++, and there are bindings available for several other languages, including C# and Python.

This library is distributed under the zlib license, which can be found in the file "LICENSE.txt".

Information on building SDL with CMake is available in README-cmake.md

The best way to learn how to use SDL is to check out the header files in the "include" subdirectory and the programs in the "examples" subdirectory. The header files and test programs are well commented and always up to date.

Information on reporting bugs and contributing is available in README-contributing.md

More documentation and FAQs are available online at the wiki

If you need help with the library, or just want to discuss SDL related issues, you can join the SDL Discourse, which can be used as a web forum or a mailing list, at your preference.

If you want to report bugs or contribute patches, please submit them to our bug tracker

Enjoy!

Sam Lantinga mailto:slouken@libsdl.org