Simple DirectMedia Layer https://libsdl.org
Find a file
Ryan C. Gordon 2a42952281
log: Don't stack-allocate the message buffer.
It's 4 kilobytes, so I could see this failing if you have a thread with
a tiny stack that unexpectedly logs something.
2022-04-27 09:41:04 -04:00
.github
acinclude
android-project
android-project-ant
build-scripts audio: Make pregenerated resampler kaiser filter more precise. 2022-04-26 13:32:42 -04:00
cmake x11: Remove XVidMode and Xinerama support. 2022-04-26 23:17:13 -04:00
docs x11: Remove XVidMode and Xinerama support. 2022-04-26 23:17:13 -04:00
include x11: Remove XVidMode and Xinerama support. 2022-04-26 23:17:13 -04:00
src log: Don't stack-allocate the message buffer. 2022-04-27 09:41:04 -04:00
test x11: Remove XVidMode and Xinerama support. 2022-04-26 23:17:13 -04:00
VisualC
VisualC-WinRT
visualtest
wayland-protocols
Xcode Updated to version 2.0.23 for development 2022-04-25 13:45:51 -07:00
Xcode-iOS
.gitignore
Android.mk
autogen.sh
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt x11: Remove XVidMode and Xinerama support. 2022-04-26 23:17:13 -04:00
configure x11: Remove XVidMode and Xinerama support. 2022-04-26 23:17:13 -04:00
configure.ac x11: Remove XVidMode and Xinerama support. 2022-04-26 23:17:13 -04:00
CREDITS.txt
INSTALL.txt
LICENSE.txt
Makefile.in
Makefile.minimal
Makefile.os2 Updated to version 2.0.23 for development 2022-04-25 13:45:51 -07:00
Makefile.pandora
README-SDL.txt
README.md
sdl2-config-version.cmake.in
sdl2-config.cmake.in
sdl2-config.in
sdl2.m4
sdl2.pc.in
SDL2.spec.in
SDL2Config.cmake
TODO.txt
WhatsNew.txt Added functions to get the platform dependent name for a joystick or game controller 2022-04-26 14:54:14 -07:00

Simple DirectMedia Layer (SDL) Version 2.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)