more entries and slightly different style of autogenerated content

This commit is contained in:
Trilarion
2017-12-07 16:02:11 +01:00
parent 0edab10b12
commit 9b4bfde61c
14 changed files with 214 additions and 126 deletions

View File

@ -1,25 +1,28 @@
# Popular required libraries
[comment]: # (start of autogenerated content, do not edit)
- [Allegro](allegro.md) C, zlib, mature
- [Boost (C++ Libraries)](boost.md) C++, [BSL-1.0](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt), mature
- [Crypto++](crypto.md) C++, Boost-1.0
- [FreeType](freetype.md) C, GPL, mature
- [HarfBuzz](harfbuzz.md) C++, MIT, mature
- [LZMA SDK](lzma.md) C, LGPL-2.0, mature
- [Libxml2](libxml2.md) C, MIT, mature
- [Lua](lua.md) C, MIT, mature
- [Open AL](openal.md) Proprietary since v1.1, LGPL before
- [Open AL Soft](openalsoft.md) C, LGPL-2.0
- [OpenSSL](openssl.md) C, [Dual licensed under special licenses](https://github.com/openssl/openssl/blob/master/LICENSE), mature
- [Pthreads-win32](pthreads_win32.md) C, LGPL-2.1, mature
- [Ragel](ragel.md) C++, MIT, mature
- [SWIG](swig.md) C++, [Special](https://raw.githubusercontent.com/swig/swig/master/LICENSE), mature
- [Simple DirectMedia Layer](sdl_2.md) zlib, mature
- [Simple and Fast Multimedia Library](sfml.md) C++, zlib (core), mature
- [XZ Utils](xz.md) C, Different, see file Copying, liblzma is public domain, mature
- [libpng](libpng.md) C, [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE), mature
- [yaml-cpp](yaml_cpp.md) C++, MIT
- [zlib](zlib.md) C, zlib, mature
- **[Allegro](allegro.md)** (C, zlib, mature)
- **[Boost (C++ Libraries)](boost.md)** (C++, [BSL-1.0](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt), mature)
- **[Crypto++](crypto.md)** (C++, Boost-1.0)
- **[Doxygen](doxygen.md)** (C++, GPL-2.0, mature)
- **[FreeType](freetype.md)** (C, GPL, mature)
- **[HarfBuzz](harfbuzz.md)** (C++, MIT, mature)
- **[LZMA SDK](lzma.md)** (C, LGPL-2.0, mature)
- **[Libxml2](libxml2.md)** (C, MIT, mature)
- **[Lua](lua.md)** (C, MIT, mature)
- **[Open AL](openal.md)** (Proprietary since v1.1, LGPL before)
- **[Open AL Soft](openalsoft.md)** (C, LGPL-2.0)
- **[OpenSSL](openssl.md)** (C, [Dual licensed under special licenses](https://github.com/openssl/openssl/blob/master/LICENSE), mature)
- **[Pthreads-win32](pthreads_win32.md)** (C, LGPL-2.1, mature)
- **[Ragel](ragel.md)** (C++, MIT, mature)
- **[SWIG](swig.md)** (C++, [Special](https://raw.githubusercontent.com/swig/swig/master/LICENSE), mature)
- **[Simple DirectMedia Layer](sdl_2.md)** (C, zlib, mature)
- **[Simple and Fast Multimedia Library](sfml.md)** (C++, zlib (core), mature)
- **[XZ Utils](xz.md)** (C, Different, see file Copying, liblzma is public domain, mature)
- **[libpng](libpng.md)** (C, [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE), mature)
- **[pkg-config](pkgconfig.md)** (C, GPL-2.0, mature)
- **[wxWidgets](wxwidgets.md)** (C++, Objective C, Special, mature)
- **[yaml-cpp](yaml_cpp.md)** (C++, MIT)
- **[zlib](zlib.md)** (C, zlib, mature)
[comment]: # (end of autogenerated content)

17
library/doxygen.md Normal file
View File

@ -0,0 +1,17 @@
# Doxygen
_Tool for generating documentation from annotated C++ sources._
- Home: http://www.stack.nl/~dimitri/doxygen/
- Wikipedia: https://en.wikipedia.org/wiki/Doxygen
- Download: http://www.stack.nl/~dimitri/doxygen/download.html
- State: mature
- Keywords: tool, source documentation generator
- Code: https://github.com/doxygen/doxygen
- Language(s): C++
- License: GPL-2.0
## Building
Uses CMake

14
library/pkgconfig.md Normal file
View File

@ -0,0 +1,14 @@
# pkg-config
_Tool used when compiling applications and libraries._
- Home: https://www.freedesktop.org/wiki/Software/pkg-config/
- Wikipedia: https://en.wikipedia.org/wiki/Pkg-config
- Download: https://pkg-config.freedesktop.org/releases/
- State: mature
- Keywords: tool
- Code: git://anongit.freedesktop.org/pkg-config
- Language(s): C
- License: GPL-2.0
## Building

View File

@ -6,8 +6,11 @@ _Simple DirectMedia Layer is a cross-platform development library designed to pr
- Wikipedia: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer
- Download: https://www.libsdl.org/download-2.0.php
- State: mature
- Keywords: multimedia hardware abstraction layer, 3D graphics
- Code: http://hg.libsdl.org/SDL (mercurial)
- Language(s): zlib
- Language(s): C
- License: zlib
- Bindings: [C#, Lua, Python, ..](https://www.libsdl.org/languages.php)
## Building
@ -16,3 +19,9 @@ Uses 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/)

14
library/wxwidgets.md Normal file
View File

@ -0,0 +1,14 @@
# wxWidgets
_C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms._
- Home: http://wxwidgets.org/
- Wikipedia: https://en.wikipedia.org/wiki/WxWidgets
- Download: http://wxwidgets.org/downloads/
- State: mature
- Keywords: gui toolkit
- Code: https://github.com/wxWidgets/wxWidgets
- Language(s): C++, Objective C
- License: Special
## Building