25 lines
924 B
Markdown
25 lines
924 B
Markdown
# Simple and Fast Multimedia Library
|
|
|
|
- Home: https://www.sfml-dev.org/
|
|
- Media: https://en.wikipedia.org/wiki/Simple_and_Fast_Multimedia_Library
|
|
- State: mature
|
|
- Download: https://www.sfml-dev.org/download.php
|
|
- Keyword: library
|
|
- Code repository: https://github.com/SFML/SFML.git (@created 2011, @stars 6480, @forks 1246)
|
|
- Code language: C++
|
|
- Code license: zlib (core)
|
|
- Developer: Laurent Gomila, Marco Antognini, binary1248, Lukas Dürrenberger, Jonathan De Wachter, Jan Haller, Mario Liebisch, Jonny Paton, Stefan Schindler, Ceylo, Corentin Schreiber, Foaly, Bruno Van de Velde, Austin Kramer, David CARLIER, Dmitry Marakasov, James Cowgill, Radek Dutkiewicz
|
|
|
|
SFML provides a simple interface to the various components of your PC.
|
|
|
|
## Building
|
|
|
|
- Build system: CMake
|
|
|
|
Does not contain tests.
|
|
|
|
Includes precompiled libraries for various compilers in source folder _extlibs_.
|
|
|
|
2017-12
|
|
Windows, CMake, MSVC 2015 builds
|