Simple Directmedia Layer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
u3shit c015bb3a3a get rid of dynapi
Actually, it's possible to get rid of this without editing the code, but I had
to edit the code anyways because this dogshit piece of crap doesn't compile
under clang msvc, and if I have to fork this shit anyway, it's easier if I do it
here. And fuck you SDL authors.
4 years ago
VisualC fix bug #5384 -- define DLL_EXPORT in DLL builds and adjust begin_code.h 4 years ago
VisualC-WinRT fix bug #5384 -- define DLL_EXPORT in DLL builds and adjust begin_code.h 4 years ago
Xcode whitespace. 4 years ago
Xcode-iOS Added weak linking to hidapi framework 4 years ago
acinclude minor cleanups to configure.ac to reduce autoconf-2.70 warnings a bit. 4 years ago
android-project Fixed the Xbox Series X controller showing up twice on Android 4 years ago
android-project-ant Added the old ant Android build project structure 7 years ago
build-scripts Updated SDL to 2.0.14 in preparation for release candidate 4 years ago
cmake Fixed bug 5406 - Upstreaming DragonFlyBSD changes from DeltaPorts (patch from David Carlier) 4 years ago
debian Updated SDL to 2.0.14 in preparation for release candidate 4 years ago
docs added documentation docs/README-os2.md (based on original readme.os2). 4 years ago
include Added hints to control whether SDL updates joystick and sensor state in the main event loop 4 years ago
src get rid of dynapi 4 years ago
test test/Makefile.os2: wlib must run case-sensitively. 4 years ago
visualtest test: unify all the command line usage logging. 6 years ago
wayland-protocols wayland: ask xdg-decoration protocol extension to use server-side decorations if possible. 6 years ago
.hgignore Fixed bug 4965 - Update the .hgignore file 5 years ago
Android.mk minor whitespace fix 4 years ago
BUGS.txt BUGS.txt: Changed mailing list link to discourse.libsdl.org. 8 years ago
CMakeLists.txt cmake: fix building for mac (bug #5407.) 4 years ago
COPYING.txt Updated copyright date for 2020 5 years ago
CREDITS.txt Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
INSTALL.txt More HTTPS doc tweaks. 8 years ago
Makefile.in Fixed bug 5399 - make install is broken as it depends on missing rule `build` 4 years ago
Makefile.minimal Added a dummy sensor driver 6 years ago
Makefile.os2 Updated SDL to 2.0.14 in preparation for release candidate 4 years ago
Makefile.pandora Added a dummy sensor driver 6 years ago
Makefile.psp added SDL_strtokr() as a replacement for POSIX strtok_r (bug #4046.) 5 years ago
Makefile.wiz Added a dummy sensor driver 6 years ago
README-SDL.txt More HTTPS changes in the documentation. 8 years ago
README.txt readme: correct webpage URL to use HTTPS. 8 years ago
SDL2.spec.in Fixed bug 4615 - RPM Build fails due to unpackaged files 6 years ago
SDL2Config.cmake Fixed bug 3651 - CMake build does not install CMake package configuration 7 years ago
TODO.txt Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
VisualC.html Fixed two typos in documentation. 9 years ago
WhatsNew.txt Fixed the name of the PS5 hint 4 years ago
autogen.sh Don't use pushd/popd in autogen.sh; Ubuntu's /bin/sh doesn't support it. 8 years ago
cmake_uninstall.cmake.in Fixed bug 3867 - Can't find install_manifest.txt when running 'uninstall' target 7 years ago
configure Fixed bug 5406 - Upstreaming DragonFlyBSD changes from DeltaPorts (patch from David Carlier) 4 years ago
configure.ac Fixed bug 5406 - Upstreaming DragonFlyBSD changes from DeltaPorts (patch from David Carlier) 4 years ago
sdl2-config-version.cmake.in cmake: Forgot to add this file to revision control. 5 years ago
sdl2-config.cmake.in build: Merge pkg-config Libs.private into Libs for static-only builds 5 years ago
sdl2-config.in build: Don't duplicate Libs in Libs.private in pkg-config file 5 years ago
sdl2.m4 Fixed bug 4544 - SDL2.m4 SDL2.framework patch made it impossible to fail detection 6 years ago
sdl2.pc.in build: Merge pkg-config Libs.private into Libs for static-only builds 5 years ago

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.


                         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)