Simple Directmedia Layer
Go to file
Ryan C. Gordon 677b2e5713 configure: mac and iOS should compile core/unix/*.c
macOS currently needs this if you build with X11 support. iOS doesn't
(currently), but it doesn't hurt to compile it in case we do something
Unixy on that platform later on.
2017-08-18 19:52:58 -04:00
acinclude Fixed bug 3481 - Configure fails to detect dynamic library support on powerpc64le 2016-11-06 20:26:48 -08:00
android-project Fixed bug 3191 - haptic system on android? 2017-08-14 06:18:08 -07:00
build-scripts Fixed bug 2839 - No way to create pre-built libraries for Android 2017-08-13 17:59:59 -07:00
cmake cmake: whoops, Sam and I both fixed this bug at the same time. :) 2017-08-09 22:34:45 -04:00
debian
docs README-linux.md: added libsndio-dev to the package list. 2017-08-07 00:36:45 -04:00
include audio: better docs on conversion APIs, error if not init'd (thanks, Simon!). 2017-08-18 16:52:19 -04:00
src audio: better docs on conversion APIs, error if not init'd (thanks, Simon!). 2017-08-18 16:52:19 -04:00
test Implemented more flexible blending modes for accelerated renderers 2017-08-14 05:51:44 -07:00
VisualC Updated Visual Studio 2008 project 2017-07-10 15:55:13 -07:00
VisualC-WinRT
visualtest
Xcode
Xcode-iOS More cleanup of the iOS keyboard demo. 2017-08-15 23:00:54 -03:00
.hgignore
Android.mk Fixed bug 2839 - No way to create pre-built libraries for Android 2017-08-13 17:59:59 -07:00
autogen.sh
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt cmake: Fix building for macOS with Xcode generator (thanks, dungaipara!). 2017-08-18 18:52:25 -04:00
configure configure: mac and iOS should compile core/unix/*.c 2017-08-18 19:52:58 -04:00
configure.in configure: mac and iOS should compile core/unix/*.c 2017-08-18 19:52:58 -04:00
COPYING.txt
CREDITS.txt
INSTALL.txt
Makefile.in Fixed bug 2360 - Wrong -rpath setting includes DESTDIR rather that only the libdir 2017-08-14 14:10:48 -07:00
Makefile.minimal
Makefile.pandora pandora: Fixed compiler warning about redefining SDL_REVISION. 2017-06-18 23:00:27 +02:00
Makefile.psp
Makefile.wiz
README-SDL.txt
README.txt
sdl2-config.cmake.in
sdl2-config.in
sdl2.m4
sdl2.pc.in
SDL2.spec.in
SDL2Config.cmake Fixed bug 3651 - CMake build does not install CMake package configuration 2017-08-09 19:03:10 -07:00
TODO.txt
VisualC.html
WhatsNew.txt

                         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)