refactoring

This commit is contained in:
Trilarion
2017-12-12 10:30:45 +01:00
parent d020b16d22
commit 90d1669af1
185 changed files with 338 additions and 244 deletions

View File

@ -2,7 +2,7 @@
[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)
- **[Boost (C++ Libraries)](boost.md)** (C++, Special, mature)
- **[Crypto++](crypto.md)** (C++, Boost-1.0)
- **[Doxygen](doxygen.md)** (C++, GPL-2.0, mature)
- **[FreeType](freetype.md)** (C, GPL, mature)
@ -10,16 +10,16 @@
- **[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](openal.md)** (Proprietary)
- **[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)
- **[OpenSSL](openssl.md)** (C, Special, 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)
- **[SWIG](swig.md)** (C++, Special, 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)
- **[libpng](libpng.md)** (C, Special, 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)

View File

@ -8,7 +8,7 @@ _Cross-platform library mainly aimed at video game and multimedia programming._
- State: mature
- Code: https://github.com/liballeg/allegro5
- Language(s): C
- License: zlib
- Code license: zlib
## Building

View File

@ -8,7 +8,8 @@ _Boost provides free peer-reviewed portable C++ source libraries._
- State: mature
- Code: https://github.com/boostorg/boost
- Language(s): C++
- License: [BSL-1.0](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt)
- Code license: Special
- Code license details: [Boost Software License 1.0](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt)
## Building

View File

@ -7,6 +7,6 @@ _C++ class library of cryptographic schemes._
- Download: https://cryptopp.com/#download
- Code: https://github.com/weidai11/cryptopp
- Language(s): C++
- License: Boost-1.0
- Code license: Boost-1.0
## Building

View File

@ -9,7 +9,7 @@ _Tool for generating documentation from annotated C++ sources._
- Keywords: tool, source documentation generator
- Code: https://github.com/doxygen/doxygen
- Language(s): C++
- License: GPL-2.0
- Code license: GPL-2.0
## Building

View File

@ -8,7 +8,7 @@ _Capable of producing high-quality output (glyph images) of most vector and bitm
- State: mature
- Code: http://git.savannah.gnu.org/cgit/freetype/
- Language(s): C
- License: GPL
- Code license: GPL
## Building

View File

@ -8,7 +8,7 @@ _OpenType text shaping engine._
- State: mature
- Code: https://github.com/harfbuzz/harfbuzz
- Language(s): C++
- License: MIT
- Code license: MIT
## Building

View File

@ -9,7 +9,8 @@ _libpng is the official PNG reference library._
- Keywords: official
- Code: https://sourceforge.net/p/libpng/code/ci/master/tree/
- Language(s): C
- License: [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE)
- Code license: Special
- Code license details: [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE)
## Building

View File

@ -8,7 +8,7 @@ _Libxml2 is the XML C parser and toolkit developed for the Gnome project (but us
- State: mature
- Code: https://git.gnome.org//browse/libxml2/
- Language(s): C
- License: MIT
- Code license: MIT
## Building

View File

@ -8,7 +8,7 @@ _Powerful, efficient, lightweight, embeddable scripting language._
- State: mature
- Code: see download https://github.com/lua/lua (mirror)
- Language(s): C
- License: MIT
- Code license: MIT
It's a whole programming language but often used within games projects for scripting purposes (like Python).

View File

@ -8,7 +8,7 @@ _The LZMA SDK provides the documentation, samples, header files, libraries, and
- State: mature
- Code: see download
- Language(s): C
- License: LGPL-2.0
- Code license: LGPL-2.0
Windows only.
For Linux see [p7zip](https://sourceforge.net/projects/p7zip/), a command line tool (see also [here](https://www.linux.com/learn/handling-rar-and-7-zip-archives-linux)).

View File

@ -5,7 +5,8 @@ _Cross-platform audio application programming interface (API)._
- Home: http://www.openal.org/
- Media: https://en.wikipedia.org/wiki/OpenAL
- Code: http://www.openal.org/downloads/
- License: Proprietary since v1.1, LGPL before
- Code license: Proprietary
- Code license details: since v1.1, LGPL before
## Building

View File

@ -6,7 +6,7 @@ _Software implementation of the OpenAL 3D audio API._
- Media: https://en.wikipedia.org/wiki/OpenAL#Implementations
- Code: http://repo.or.cz/openal-soft.git
- Language(s): C
- License: LGPL-2.0
- Code license: LGPL-2.0
## Building

View File

@ -8,7 +8,8 @@ _Toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) p
- State: mature
- Code: https://www.openssl.org/source/gitrepo.html https://github.com/openssl/openssl (mirror)
- Language(s): C
- License: [Dual licensed under special licenses](https://github.com/openssl/openssl/blob/master/LICENSE)
- Code license: Special
- Code license details: [Dual licensed under special licenses](https://github.com/openssl/openssl/blob/master/LICENSE)
## Building

View File

@ -9,6 +9,6 @@ _Tool used when compiling applications and libraries._
- Keywords: tool
- Code: git://anongit.freedesktop.org/pkg-config
- Language(s): C
- License: GPL-2.0
- Code license: GPL-2.0
## Building

View File

@ -8,7 +8,7 @@ _Implements a large subset of the POSIX standard threads related API._
- State: mature
- Code: cvs (see home) https://github.com/GerHobbelt/pthread-win32
- Language(s): C
- License: LGPL-2.1
- Code license: LGPL-2.1
## Building

View File

@ -8,7 +8,7 @@ _Compiles executable finite state machines from regular languages._
- State: mature
- Code: git://git.colm.net/ragel.git
- Language(s): C++
- License: MIT
- Code license: MIT
Required by [HarfBuzz](harfbuzz.md).

View File

@ -9,7 +9,7 @@ _Simple DirectMedia Layer is a cross-platform development library designed to pr
- Keywords: multimedia hardware abstraction layer, 3D graphics
- Code: http://hg.libsdl.org/SDL (mercurial)
- Language(s): C
- License: zlib
- Code license: zlib
- Bindings: [C#, Lua, Python, ..](https://www.libsdl.org/languages.php)
## Building

View File

@ -8,7 +8,7 @@ _SFML provides a simple interface to the various components of your PC._
- State: mature
- Code: https://github.com/SFML/SFML
- Language(s): C++
- License: zlib (core)
- Code license: zlib (core)
## Building

View File

@ -9,7 +9,8 @@ _Software development tool that connects programs written in C and C++ with a va
- Keywords: language binding, interface generator
- Code: https://github.com/swig/swig
- Language(s): C++
- License: [Special](https://raw.githubusercontent.com/swig/swig/master/LICENSE)
- Code license: Special
- Code license details: [SWIG license](https://raw.githubusercontent.com/swig/swig/master/LICENSE)
## Building

View File

@ -9,6 +9,6 @@ _C++ library that lets developers create applications for Windows, Mac OS X, Lin
- Keywords: gui toolkit
- Code: https://github.com/wxWidgets/wxWidgets
- Language(s): C++, Objective C
- License: Special
- Code license: Special
## Building

View File

@ -8,7 +8,7 @@ _General-purpose data compression software with a high compression ratio._
- State: mature
- Code: https://git.tukaani.org/?p=xz.git
- Language(s): C
- License: Different, see file Copying, liblzma is public domain
- Code license: Different, see file Copying, liblzma is public domain
Python support [lzma](https://docs.python.org/3/library/lzma.html)

View File

@ -5,7 +5,7 @@ _YAML parser and emitter in C++ matching the YAML 1.2 spec._
- Home: https://github.com/jbeder/yaml-cpp
- Code:https://github.com/jbeder/yaml-cpp
- Language(s): C++
- License: MIT
- Code license: MIT
## Building

View File

@ -7,7 +7,7 @@ _zlib is a software library used for data compression._
- State: mature
- Code: https://github.com/madler/zlib
- Language(s): C
- License: zlib
- Code license: zlib
## Building