mirror of
https://github.com/yawut/SDL.git
synced 2026-04-19 15:17:23 -05:00
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")
commit 54e4e2d678dc6ff816996716925c00fe92d68371
Author: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>
Date: Mon Feb 1 00:00:11 2021 +0100
audio/wiiu: don't wait if device is not enabled
commit a407599d6da07faab912878fe8a76e02f5303933
Author: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>
Date: Sun Jan 31 23:59:28 2021 +0100
audio/wiiu: deregister framecallback before freeing sources
commit 6815956b2b4e8b317e0cc691a05815cea9d323db
Author: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>
Date: Sun Aug 30 22:21:17 2020 +0200
render/wiiu: change origin to the upper left (#63)
commit 87ed1223be7747e077c451b0e0ff8949a552aadb
Author: Sergio Padrino <sergio.padrino@gmail.com>
Date: Sun Jun 21 10:53:45 2020 +0200
Add GameController support for the Wii U Gamepad (#59)
commit
|
||
|---|---|---|
| .github | ||
| acinclude | ||
| android-project | ||
| android-project-ant | ||
| build-scripts | ||
| cmake | ||
| docs | ||
| include | ||
| mingw/pkg-support/cmake | ||
| src | ||
| test | ||
| VisualC | ||
| VisualC-GDK | ||
| VisualC-WinRT | ||
| visualtest | ||
| wayland-protocols | ||
| Xcode | ||
| Xcode-iOS/Demos | ||
| .clang-format | ||
| .editorconfig | ||
| .gitignore | ||
| .wikiheaders-options | ||
| Android.mk | ||
| autogen.sh | ||
| BUGS.txt | ||
| cmake_uninstall.cmake.in | ||
| CMakeLists.txt | ||
| configure | ||
| configure.ac | ||
| CREDITS.txt | ||
| INSTALL.txt | ||
| LICENSE.txt | ||
| Makefile.in | ||
| Makefile.minimal | ||
| Makefile.os2 | ||
| Makefile.pandora | ||
| Makefile.w32 | ||
| Makefile.wiiu | ||
| 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.in | ||
| TODO.txt | ||
| WhatsNew.txt | ||
Simple DirectMedia Layer (SDL) Version 2.0
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)