Rahul Sharma (Editor)

Simple and Fast Multimedia Library

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
SFML Team

Written in
  
C++

Repository
  
github.com/SFML/SFML

Simple and Fast Multimedia Library

Original author(s)
  
Laurent Gomila, and others

Stable release
  
2.4.2 / February 8, 2017; 38 days ago (2017-02-08)

Operating system
  
Linux, macOS, Windows, FreeBSD

Simple and Fast Multimedia Library (SFML) is a cross-platform software development library designed to provide a simple application programming interface (API) to various multimedia components in computers. It is written in C++ with bindings available for C, Crystal, D, Euphoria, Go, Java, Julia, .NET, Nim, OCaml, Python, Ruby, and Rust. Experimental mobile ports were made available for Android and iOS with the release of SFML 2.2.

Contents

SFML handles creating and input to windows, and creating and managing OpenGL contexts. It also provides a graphics module for simple hardware acceleration of 2D computer graphics which includes text rendering using FreeType, an audio module that uses OpenAL and a networking module for basic Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) communication.

SFML is free and open-source software provided under the terms of the zlib/png license. It is available on Windows, Linux, macOS and FreeBSD. First version 1.0 release was in July 2007, latest and current release v2.4.2 is from 8 February 2017.

Modules

SFML consists of various modules:

  • System – vector and Unicode string classes, portable threading and timer facilities
  • Window – window and input device management including support for joysticks, OpenGL context management
  • Graphics – hardware acceleration of 2D graphics including sprites, polygons and text rendering
  • Audio – hardware-accelerated spatialised audio playback and recording
  • Network – TCP and UDP network sockets, data encapsulation facilities, HTTP and FTP classes
  • While the graphics module is one of the main features of SFML, developers who are interested in only creating an environment to program directly in OpenGL can do so by using the Window module on its own without the graphics module. Similarly, the other modules can also be used independently of each other, except for the System module which is used by all of the modules.

    Language bindings

    SFML is written in C++ and provides a C++ interface. Several language bindings exist that enable using SFML in other programming languages.

    This table lists supported bindings for SFML as of 2017.

    1 Official bindings

    Unofficial add-ons

    SFML provides the basic functions on which higher-level software can be built. Add-on libraries exist that provide added support for graphical user interfaces (GUIs), 2D lighting, particle systems and animation, video playback and tilemaps.

    Reception and adoption

    SFML is primarily used by hobbyist game developers, small independent video game developers, and startup companies consisting of several developers at most. Because SFML does not require writing large amounts of code, it has been adopted by many Ludum Dare participants also. Compared to older libraries such as Simple DirectMedia Layer (SDL) and Allegro, the SFML user base is relatively small but growing. As of 8 December 2016, its GitHub software repository has been starred by 3176 users.

    SFML has been used in teaching at universities and in scientific projects.

    Video game use examples

  • Atom Zombie Smasher, real-time strategy game.
  • Chesster, puzzle game.
  • Cosmoscroll, free open-source space-based shoot 'em up game.
  • Crea, moddable 2D sandbox game.
  • HolySpirit, 3D isometric hack and slash game.
  • Kroniax, minimalistic side-scroller, and the first SFML game for Android.
  • M.A.R.S., multiplayer shoot 'em up game.
  • Moonman, pixel art exploration sandbox game.
  • Ovid The Owl, puzzle platform game.
  • Project Black Sun, retro 2D side-scrolling video game.
  • The Duke, action platform game.
  • Vagante, action RPG platform game.
  • The Shooting of Isaac, vertical shooter game.
  • Open Hexagon, free open-source Super Hexagon clone.
  • Pirates Treasure
  • Enchanted Forest
  • Limit Theory, infinite, procedural space game.
  • Postmortem: one must die, narrative adventure game.
  • Pioneers, turn based exploration game with some RPG elements.
  • Zloxx, 2D action platformer.
  • KeeperRL, dungeon simulator with rogue-like and RPG elements.
  • Hope, point and click adventure game (like Myst).
  • Further examples of games using SFML are listed on IndieDB.

    Other software use

  • Aquila, open source digital signal processing (DSP) library for C++.
  • Otter, a 2D C# framework built on SFML 2.
  • GDevelop, open source game creation software.
  • Immersion Engine, tool to visualize detailed landscapes and architecture.
  • References

    Simple and Fast Multimedia Library Wikipedia