renamed games folder to entries folder (also contained frameworks, libraries, ...) and added to the backlog
This commit is contained in:
28
entries/simple_directmedia_layer.md
Normal file
28
entries/simple_directmedia_layer.md
Normal 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/)
|
Reference in New Issue
Block a user