Skip to content
krzat edited this page Feb 6, 2013 · 53 revisions

Sourdce Codes

Welcome to the section dedicated to external source codes for SFML.

Game Engines

##Drawables

Network

GUI

  • [C++] RichText : Class to handle rich text. (by Panithadrum)
  • [C++] Fader : Class to facilitate fading. (by cire)

Miscellaneous

  • [C++] Smart Resource Manager : Generic resource manager which keeps track of it's references. (by Groogy)
  • [C++] sftools::Chronometer : This class provides the basic mechanism of a chronometer.
  • [C++] FPS : A class that simplifies frame rate calculation.
  • [C++] wxScrolledSFMLWindow (by TricksterGuy) : Integrates an SFML window onto a scrolled wxWindow
  • [C++] PhysFS : A class that adapts PhysFS to SFML with a custom sf::InputStream
  • [C++] LoadImageFromResource : An example of how to load data from a resource (.rc) into sf::Image.
  • [C++] Loading Images in a Thread : An example of how to load images in a background thread. (with boost)
  • [C++] Verlet physic : A simple example of physic circle body in space.
  • [C++] Settings Parser : Simple class for reading and writing settings in text file. (by cristaloleg)
  • [C++] HSL Color : A class for working with HSL and converting to and from RGB. (by masskiller)
  • [C++] Simple and elegant File Logger (by mateandmetal)

Audio

  • [C++] MP3 Player : Class inspired sf:: Music for playing mp3 file using the library mpg123
  • [C++] Audio Player : Class inspired sf:: Music for playing audio file using the library ffmpeg
Clone this wiki locally