Go to file
Carl Åstholm 1f3fd65c4c cpuinfo: Rename SDL_GetCPUCount to SDL_GetNumLogicalCPUCores
This was the only API that broke the "GetNumThings" convention
used elsewhere, so renaming it helps with consistency.
Adding "logical cores" to the name also makes it a bit
more immediately obvious what the count actually represents.
2024-09-14 19:33:30 -07:00
.github winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
VisualC Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
VisualC-GDK Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
Xcode Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
android-project Spell "unknown" correctly 2024-09-13 12:29:25 -07:00
build-scripts cpuinfo: Rename SDL_GetCPUCount to SDL_GetNumLogicalCPUCores 2024-09-14 19:33:30 -07:00
cmake cmake: don't prepend absolute CMAKE_INSTALL_{INCLUDE,LIB}DIR with ${prefix} 2024-09-14 16:21:42 +02:00
docs cpuinfo: Rename SDL_GetCPUCount to SDL_GetNumLogicalCPUCores 2024-09-14 19:33:30 -07:00
examples examples: Link to SDL integer types in code examples, too. 2024-09-09 15:41:28 -04:00
include cpuinfo: Rename SDL_GetCPUCount to SDL_GetNumLogicalCPUCores 2024-09-14 19:33:30 -07:00
src cpuinfo: Rename SDL_GetCPUCount to SDL_GetNumLogicalCPUCores 2024-09-14 19:33:30 -07:00
test cpuinfo: Rename SDL_GetCPUCount to SDL_GetNumLogicalCPUCores 2024-09-14 19:33:30 -07:00
wayland-protocols wayland: Add support for setting window icons via the xdg-toplevel-icon-v1 protocol 2024-08-31 09:38:43 -04:00
.clang-format
.clang-tidy
.editorconfig
.gitignore Add the SDL_GPU API 2024-08-29 15:57:29 -07:00
.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)