unified some field names, more statistics

This commit is contained in:
Trilarion
2018-09-05 17:09:25 +02:00
parent 6d23d23b18
commit d7047ea87e
35 changed files with 107 additions and 60 deletions

View File

@ -9,7 +9,7 @@
- **[LZMA SDK](lzma.md)** (C, LGPL-2.0, mature)
- **[Libxml2](libxml2.md)** (C, MIT, mature)
- **[Lua](lua.md)** (C, MIT, mature)
- **[Open AL](open_al.md)** (Proprietary, mature)
- **[Open AL](open_al.md)** (C, Proprietary, mature)
- **[Open AL Soft](open_al_soft.md)** (C, LGPL-2.0, mature)
- **[OpenSSL](openssl.md)** (C, Custom, mature)
- **[Pthreads-win32](pthreads_win32.md)** (C, LGPL-2.1, mature)

View File

@ -7,6 +7,7 @@ _Cross-platform audio application programming interface (API)._
- Download: http://www.openal.org/downloads/
- State: mature
- Code repository: (see downloads)
- Code language: C
- Code license: Proprietary (since v1.1, LGPL before)
## Building

View File

@ -10,18 +10,19 @@ _Simple DirectMedia Layer is a cross-platform development library designed to pr
- Code repository: http://hg.libsdl.org/SDL (hg)
- Code language: C
- Code license: zlib
- Bindings: [C#, Lua, Python, ..](https://www.libsdl.org/languages.php)
+ 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
+ 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/)
+ [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/)