game entry file names changed to canonical version

This commit is contained in:
Trilarion
2019-08-19 16:06:48 +02:00
parent 3515ffc167
commit 4a61c63a3f
117 changed files with 318 additions and 315 deletions

View File

@@ -0,0 +1,28 @@
# Simple DirectMedia Layer
_Simple DirectMedia Layer is a cross-platform development library designed to provide low level access._
- Home: https://www.libsdl.org/index.php
- Media: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer
- State: mature
- Download: https://www.libsdl.org/download-2.0.php
- Keywords: library, 3D
- Code repository: http://hg.libsdl.org/SDL (hg)
- Code language: C
- Code license: zlib
+ Bindings: [C#, Lua, Python, ..](https://www.libsdl.org/languages.php)
## Building
- Build system: CMake
2017-11 (2.0.7)
+ SDL 2.0.7 with MSVC 2015 via CMake 3.9 works
## Projects
+ [SDL_ttf 2.0](https://www.libsdl.org/projects/SDL_ttf/)
+ [SDL_net 2.0](https://www.libsdl.org/projects/SDL_net/)
+ [SDL_image 2.0](https://www.libsdl.org/projects/SDL_image/)
+ [SDL_mixer 2.0](https://www.libsdl.org/projects/SDL_mixer/)