SDL2 for the Nintendo Wii U (build with "cmake [SDL source path] -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$DEVKITPRO/portlibs/wiiu")
Go to file
Pierre Wendling a52b8580f0 Test: Tidy up test descriptions and documentation.
Test function documentation now lists the input(s) and expected output(s).
Descriptions in TestCaseReference were updated.
2022-06-15 12:05:30 -07:00
.github ci: Test cmake build script on Android 2022-06-15 11:11:49 -07:00
acinclude imported two libtool mainstream commits 28fbcb6a and b55b1cc8 2022-03-16 17:15:20 +03:00
android-project
android-project-ant
build-scripts revert mode changes from commit d58d637ac 2022-06-08 21:58:10 +03:00
cmake ci: Test cmake build script on Android 2022-06-15 11:11:49 -07:00
docs cmake: install SDL2::SDL2test when configuring with SDL2_TEST enabled 2022-06-03 12:41:36 -07:00
include cmake: Allow integers for SDL_ASSERTIONS + fix -DSDL_ASSERTIONS=0 2022-06-15 11:11:49 -07:00
mingw/pkg-support/cmake Fix MinGW SDK redist: sdl2-config.cmake needs to set SDL2_FOUND 2022-06-03 21:05:55 -07:00
src wayland: use libdecor resize edge enums for libdecor 2022-06-15 10:21:18 -04:00
test Test: Tidy up test descriptions and documentation. 2022-06-15 12:05:30 -07:00
VisualC Test: Add math suite to Visual Studio solution. 2022-06-15 12:05:30 -07:00
VisualC-WinRT Refactoring: move GUID operations out of Joystick 2022-06-04 17:22:13 -07:00
visualtest
wayland-protocols video: wayland: Use wp-viewporter for fullscreen with non-native resolutions 2022-03-28 13:18:26 -04:00
Xcode CMake: Fix XCode CMake config file. (#5787) 2022-06-12 15:48:57 +02:00
Xcode-iOS
.clang-format Disable formatting not supported by Visual Studio 2019 2022-05-27 15:29:21 -07:00
.editorconfig Separated controller type data into a C file 2022-06-03 15:03:08 -07:00
.gitignore Initial support for building for Windows with OpenWatcom 2022-05-19 20:11:10 +03:00
Android.mk
autogen.sh Simplified autogen.sh, thanks to @smcv for the tip 2022-05-05 11:54:24 -07:00
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt cmake: collect SDL_LIBS as list + export PKG_DIRECTFB_LDFLAGS 2022-06-15 11:11:49 -07:00
configure autotools: fixed d3d12 detection result report. 2022-06-12 23:22:20 +03:00
configure.ac autotools: fixed d3d12 detection result report. 2022-06-12 23:22:20 +03:00
CREDITS.txt
INSTALL.txt
LICENSE.txt
Makefile.in Refactoring: move GUID operations out of Joystick 2022-06-04 17:22:13 -07:00
Makefile.minimal
Makefile.os2 Refactoring: move GUID operations out of Joystick 2022-06-04 17:22:13 -07:00
Makefile.pandora
Makefile.w32 minor windows warning fixes. 2022-06-13 22:15:56 +03:00
README-SDL.txt
README.md
sdl2-config-version.cmake.in Add documentation to autotoo'ls sdl2-config-version.cmake.in 2022-05-31 00:10:55 +02:00
sdl2-config.cmake.in cmake: make sure SDL2::SDL2 is always available 2022-06-14 20:15:34 -07:00
sdl2-config.in Add -Wl,-Bstatic to "sdl2-config --static-libs" output 2022-06-03 16:27:13 -07:00
sdl2.m4
sdl2.pc.in
SDL2.spec.in
SDL2Config.cmake.in ci: Test cmake build script on Android 2022-06-15 11:11:49 -07:00
TODO.txt
WhatsNew.txt Switch versioning scheme to be the same as GLib and Flatpak 2022-05-04 09:55:35 -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)