SFML

1 min. read

SFML stands for Simple Fast Media Library, which, as you might have guessed, is a 2D Multimedia Library.

Introduction to SFML

SFML is a 2D Multimedia Library that makes it easier to create games and apps for Windows, Linux, macOS. SFML is written in C++ and consists of 5 core modules:

  1. System
  2. Window
  3. Graphics
  4. Audio
  5. Network.

Getting Started with SFML

  1. Install Visual Studio
  2. Install SFML

SFML Books

References

https://www.sfml-dev.org/