moved the entries up one folder, added the folder to the keywords

This commit is contained in:
Trilarion
2019-07-04 16:05:07 +02:00
parent aa997f86b7
commit ff1555e210
529 changed files with 517 additions and 863 deletions

28
games/sdl_2.md Normal file
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/)