new entries
This commit is contained in:
@ -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
16
library/allegro.md
Normal 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
|
||||
|
Reference in New Issue
Block a user