|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| VisualC/ | | 12-May-2024 | - | 16,572 | 16,543 |
| VisualC-WinRT/ | | 12-May-2024 | - | 6,673 | 6,648 |
| Xcode/ | | 12-May-2024 | - | 9,581 | 9,098 |
| Xcode-iOS/ | | 12-May-2024 | - | 9,014 | 8,230 |
| acinclude/ | | 12-May-2024 | - | 1,042 | 910 |
| android-project/ | | 12-May-2024 | - | 2,043 | 1,365 |
| build-scripts/ | | 12-May-2024 | - | 1,829 | 1,251 |
| cmake/ | | 12-May-2024 | - | 1,173 | 1,079 |
| debian/ | | 12-May-2024 | - | 673 | 588 |
| docs/ | | 12-May-2024 | - | 4,120 | 3,011 |
| include/ | | 12-May-2024 | - | 35,644 | 21,968 |
| premake/ | | 12-May-2024 | - | 89,579 | 84,834 |
| src/ | | 12-May-2024 | - | 204,879 | 154,515 |
| test/ | | 12-May-2024 | - | 33,312 | 24,624 |
| visualtest/ | | 12-May-2024 | - | 12,625 | 9,888 |
| Android.mk | D | 12-May-2024 | 2.1 KiB | 70 | 45 |
| BUGS.txt | D | 12-May-2024 | 488 | 17 | 8 |
| CMakeLists.txt | D | 12-May-2024 | 54.5 KiB | 1,626 | 1,483 |
| COPYING.txt | D | 12-May-2024 | 910 | 21 | 15 |
| CREDITS.txt | D | 12-May-2024 | 1.8 KiB | 54 | 29 |
| INSTALL.txt | D | 12-May-2024 | 1.1 KiB | 41 | 27 |
| Makefile.in | D | 12-May-2024 | 7.2 KiB | 245 | 214 |
| Makefile.minimal | D | 12-May-2024 | 756 | 43 | 35 |
| Makefile.pandora | D | 12-May-2024 | 1.4 KiB | 38 | 26 |
| Makefile.psp | D | 12-May-2024 | 3.1 KiB | 94 | 89 |
| Makefile.wiz | D | 12-May-2024 | 2.4 KiB | 62 | 46 |
| README-SDL.txt | D | 12-May-2024 | 419 | 14 | 8 |
| README.txt | D | 12-May-2024 | 626 | 22 | 14 |
| SDL2.spec.in | D | 12-May-2024 | 3 KiB | 119 | 94 |
| TODO.txt | D | 12-May-2024 | 458 | 11 | 8 |
| VisualC.html | D | 12-May-2024 | 4.8 KiB | 147 | 145 |
| WhatsNew.txt | D | 12-May-2024 | 15.4 KiB | 263 | 224 |
| autogen.sh | D | 12-May-2024 | 569 | 26 | 17 |
| cmake_uninstall.cmake.in | D | 12-May-2024 | 766 | 19 | 16 |
| configure | D | 12-May-2024 | 778.2 KiB | 26,557 | 20,870 |
| configure.in | D | 12-May-2024 | 136.8 KiB | 3,749 | 3,490 |
| sdl2-config.cmake.in | D | 12-May-2024 | 386 | 12 | 10 |
| sdl2-config.in | D | 12-May-2024 | 1.4 KiB | 61 | 54 |
| sdl2.m4 | D | 12-May-2024 | 7.9 KiB | 235 | 214 |
| sdl2.pc.in | D | 12-May-2024 | 488 | 16 | 13 |
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