(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

 

  • SFML example 1
  • SFML example 2
  • SFML example 3
  • SFML example 4
  • SFML example 5

 

 

 

 

 

Qt Creator 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

 

 

 

 

 

 

Contents

  1. 1Examples
  2. 2Note for Qt Creator users
  3. 3LIBS += -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio