new entries

This commit is contained in:
Trilarion
2017-12-04 23:13:49 +01:00
parent 5bd074bb3b
commit b058793c01
23 changed files with 302 additions and 4 deletions

View File

@ -1,5 +1,6 @@
# Popular required libraries
- [Allegro](allegro.md)
- [Boost](boost.md)
- [LZMA SDK](lzma.md)
- [Simple DirectMedia Layer (SDL 2)](sdl_2.md)

16
library/allegro.md Normal file
View File

@ -0,0 +1,16 @@
# Allegro
_Cross-platform library mainly aimed at video game and multimedia programming._
- Home: http://liballeg.org/
- Wikipedia: https://en.wikipedia.org/wiki/Allegro_(software)
- Download: http://liballeg.org/download.html
- State: mature
- Code: primary repository (type if not git), other repositories (type if not git)
- Language(s): C
- License: zlib
## Building
Uses CMake