new entries

This commit is contained in:
Trilarion 2017-12-05 15:06:42 +01:00
parent b058793c01
commit 08aa111af2
6 changed files with 56 additions and 1 deletions

View File

@ -11,7 +11,7 @@ See also the list of [popular games on Github](https://github.com/leereilly/game
## Contents ## Contents
- [Libraries](library/_toc.md) (8) - [Libraries](library/_toc.md) (12)
- [Frameworks](framework/_toc.md) (44) - [Frameworks](framework/_toc.md) (44)
- [Adventures & Visual Novels](adventure/_toc.md) (8) - [Adventures & Visual Novels](adventure/_toc.md) (8)
- [RPGs](rpg/_toc.md) (7) - [RPGs](rpg/_toc.md) (7)

View File

@ -2,7 +2,11 @@
- [Allegro](allegro.md) - [Allegro](allegro.md)
- [Boost](boost.md) - [Boost](boost.md)
- [Crypto++](crypto.md)
- [LZMA SDK](lzma.md) - [LZMA SDK](lzma.md)
- [Libxml2](libxml2.md)
- [Open AL](openal.md)
- [Open AL Soft](openalsoft.md)
- [Simple DirectMedia Layer (SDL 2)](sdl_2.md) - [Simple DirectMedia Layer (SDL 2)](sdl_2.md)
- [Simple and Fast Multimedia Library](sfml.md) - [Simple and Fast Multimedia Library](sfml.md)
- [XZ Utils](xz.md) - [XZ Utils](xz.md)

12
library/crypto.md Normal file
View File

@ -0,0 +1,12 @@
# Crypto++
_{One line description}_
- Home: https://cryptopp.com/
- Wikipedia: https://en.wikipedia.org/wiki/Crypto%2B%2B
- Download: https://cryptopp.com/#download
- Code: https://github.com/weidai11/cryptopp
- Language(s): C++
- License: Boost-1.0
## Building

14
library/libxml2.md Normal file
View File

@ -0,0 +1,14 @@
# Libxml2
_Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform)._
- Home: http://www.xmlsoft.org/
- Wikipedia: https://en.wikipedia.org/wiki/Libxml2
- Download: http://www.xmlsoft.org/downloads.html
- State: mature
- Code: https://git.gnome.org//browse/libxml2/
- Language(s): C
- License: MIT
## Building

11
library/openal.md Normal file
View File

@ -0,0 +1,11 @@
# Open AL
_Cross-platform audio application programming interface (API)._
- Home: http://www.openal.org/
- Wikipedia: https://en.wikipedia.org/wiki/OpenAL
- Code: http://www.openal.org/downloads/
- License: Proprietary since v1.1, LGPL before
## Building

14
library/openalsoft.md Normal file
View File

@ -0,0 +1,14 @@
# Open AL Soft
_Software implementation of the OpenAL 3D audio API._
- Home: http://kcat.strangesoft.net/openal.html
- Wikipedia: https://en.wikipedia.org/wiki/OpenAL#Implementations
- Code: http://repo.or.cz/openal-soft.git
- Language(s): C
- License: LGPL-2.0
## Building
Uses CMake