Go to file
Ozkan Sezer 3ee780ce9c build system: disable 3dNow! support by default
Closes: https://github.com/libsdl-org/SDL/issues/11472.
(cherry picked from commit 51570d9257)
2024-11-17 17:55:32 +03:00
.github port build-script from SDL3 2024-11-02 02:19:50 +01:00
VisualC VisualC: Set the correct component to false. 2024-10-13 09:03:22 -07:00
VisualC-GDK Fixed building with GDK (thanks @Romans-I-XVI!) 2024-04-30 10:21:38 -07:00
VisualC-WinRT video: move standard c, sse and lsx implementations of yuv2rgb to its own source 2024-01-18 17:06:27 -08:00
Xcode Updated to version 2.30.9 for release 2024-11-01 14:24:51 -07:00
Xcode-iOS/Demos Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:48:06 -07:00
acinclude autotools: a few libtool updates from mainstream 2024-01-28 21:50:42 +03:00
android-project Updated to version 2.30.9 for release 2024-11-01 14:24:51 -07:00
android-project-ant
build-scripts port build-script from SDL3 2024-11-02 02:19:50 +01:00
cmake Port SDL3 release scripts to SDL2 2024-10-01 21:22:06 +02:00
docs README-macos: Typo fixes. 2024-07-16 08:32:29 -04:00
include build system: disable 3dNow! support by default 2024-11-17 17:55:32 +03:00
mingw/pkg-support port build-script from SDL3 2024-11-02 02:19:50 +01:00
src Always Use Next Display Index 2024-11-15 14:03:42 -08:00
test 3DS: Only bundle resources with tests that need them 2024-10-13 09:03:22 -07:00
visualtest
wayland-protocols
.clang-format
.editorconfig
.gitignore Port SDL3 release scripts to SDL2 2024-10-01 21:22:06 +02:00
.wikiheaders-options
Android.mk Fixed building with the 16.1.4479499 Android toolchain 2023-06-03 23:55:56 -07:00
BUGS.txt
CMakeLists.txt build system: disable 3dNow! support by default 2024-11-17 17:55:32 +03:00
CREDITS.txt
INSTALL.txt
LICENSE.txt Updated copyright for 2024 2024-01-01 13:19:49 -08:00
Makefile.in Makefile.in: add VisualC-GDK to SRC_DIST 2024-05-28 14:10:28 +03:00
Makefile.minimal Split up CFLAGS construction so it can be overridden 2023-03-29 07:26:34 -07:00
Makefile.os2 Updated to version 2.30.9 for release 2024-11-01 14:24:51 -07:00
Makefile.pandora
Makefile.w32 Updated to version 2.30.9 for release 2024-11-01 14:24:51 -07:00
README-SDL.txt
README.md
SDL2.spec.in
SDL2Config.cmake.in
TODO.txt
WhatsNew.txt Added the environment variable SDL_LOGGING to control default log output 2024-01-27 19:46:59 -08:00
autogen.sh
cmake_uninstall.cmake.in
configure build system: disable 3dNow! support by default 2024-11-17 17:55:32 +03:00
configure.ac build system: disable 3dNow! support by default 2024-11-17 17:55:32 +03:00
sdl2-config-version.cmake.in
sdl2-config.cmake.in cmake: allow users of sdl2-config.cmake to not add -mwindows to the link options 2023-04-18 14:10:12 -04:00
sdl2-config.in
sdl2.m4 sdl2.m4: Call $PKG_CONFIG rather than hard-coding pkg-config 2024-01-01 08:27:02 -08:00
sdl2.pc.in

README.md

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)