reorganization

This commit is contained in:
Trilarion
2017-12-09 22:31:37 +01:00
parent 329f08cb4a
commit 041f951803
183 changed files with 19 additions and 24 deletions

23
games/library/sfml.md Normal file
View File

@ -0,0 +1,23 @@
# Simple and Fast Multimedia Library
_SFML provides a simple interface to the various components of your PC._
- Home: https://www.sfml-dev.org/
- Wikipedia: https://en.wikipedia.org/wiki/Simple_and_Fast_Multimedia_Library
- Download: https://www.sfml-dev.org/download.php
- State: mature
- Code: https://github.com/SFML/SFML
- Language(s): C++
- License: zlib (core)
## Building
Uses CMake
Does not contain tests.
Includes precompiled libraries for various compilers in source folder _extlibs_.
2017-12
- Windows, CMake, MSVC 2015 builds