(C++) SFML
February 24, 2017 · View on GitHub
(C++) SFML
SFML ('Simple and Fast Media Library') is library for 2D graphics and is intented to be simple.
Examples
Note for Qt Creator users
Add the following line to your project file (to prevent link errors):
LIBS += -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio