• Home
Name Date Size #Lines LOC

..--

VisualC/12-May-2024-16,57216,543

VisualC-WinRT/12-May-2024-6,6736,648

Xcode/12-May-2024-9,5819,098

Xcode-iOS/12-May-2024-9,0148,230

acinclude/12-May-2024-1,042910

android-project/12-May-2024-2,0431,365

build-scripts/12-May-2024-1,8291,251

cmake/12-May-2024-1,1731,079

debian/12-May-2024-673588

docs/12-May-2024-4,1203,011

include/12-May-2024-35,64421,968

premake/12-May-2024-89,57984,834

src/12-May-2024-204,879154,515

test/12-May-2024-33,31224,624

visualtest/12-May-2024-12,6259,888

Android.mkD12-May-20242.1 KiB7045

BUGS.txtD12-May-2024488 178

CMakeLists.txtD12-May-202454.5 KiB1,6261,483

COPYING.txtD12-May-2024910 2115

CREDITS.txtD12-May-20241.8 KiB5429

INSTALL.txtD12-May-20241.1 KiB4127

Makefile.inD12-May-20247.2 KiB245214

Makefile.minimalD12-May-2024756 4335

Makefile.pandoraD12-May-20241.4 KiB3826

Makefile.pspD12-May-20243.1 KiB9489

Makefile.wizD12-May-20242.4 KiB6246

README-SDL.txtD12-May-2024419 148

README.txtD12-May-2024626 2214

SDL2.spec.inD12-May-20243 KiB11994

TODO.txtD12-May-2024458 118

VisualC.htmlD12-May-20244.8 KiB147145

WhatsNew.txtD12-May-202415.4 KiB263224

autogen.shD12-May-2024569 2617

cmake_uninstall.cmake.inD12-May-2024766 1916

configureD12-May-2024778.2 KiB26,55720,870

configure.inD12-May-2024136.8 KiB3,7493,490

sdl2-config.cmake.inD12-May-2024386 1210

sdl2-config.inD12-May-20241.4 KiB6154

sdl2.m4D12-May-20247.9 KiB235214

sdl2.pc.inD12-May-2024488 1613

README-SDL.txt

1
2Please distribute this file with the SDL runtime environment:
3
4The Simple DirectMedia Layer (SDL for short) is a cross-platform library
5designed to make it easy to write multi-media software, such as games
6and emulators.
7
8The Simple DirectMedia Layer library source code is available from:
9http://www.libsdl.org/
10
11This library is distributed under the terms of the zlib license:
12http://www.zlib.net/zlib_license.html
13
14

README.txt

1
2                         Simple DirectMedia Layer
3
4                                  (SDL)
5
6                                Version 2.0
7
8---
9http://www.libsdl.org/
10
11Simple DirectMedia Layer is a cross-platform development library designed
12to provide low level access to audio, keyboard, mouse, joystick, and graphics
13hardware via OpenGL and Direct3D. It is used by video playback software,
14emulators, and popular games including Valve's award winning catalog
15and many Humble Bundle games.
16
17More extensive documentation is available in the docs directory, starting
18with README.md
19
20Enjoy!
21	Sam Lantinga				(slouken@libsdl.org)
22