SFML mainline mirror
Go to file
2018-04-28 13:11:26 +02:00
cmake Examples: Set startup folder for debugging in Visual Studio 2018-04-14 11:02:21 +02:00
doc Modernize CMake files 2018-03-27 00:03:34 +02:00
examples Copied resources to iOS example 2018-04-28 13:11:26 +02:00
extlibs Added support for interfacing with joysticks via DirectInput when it is available. 2018-02-10 14:47:37 +01:00
include/SFML Fixed TcpListener and TcpSocket not behaving as documented when calling listen or connect while the underlying socket object already exists, also adjusted UdpSocket to be consistent with connect and listen behaviour when calling bind while the underlying socket object already exists. Fixes #1346 2018-04-14 10:16:17 +02:00
src/SFML Fixed TcpListener and TcpSocket not behaving as documented when calling listen or connect while the underlying socket object already exists, also adjusted UdpSocket to be consistent with connect and listen behaviour when calling bind while the underlying socket object already exists. Fixes #1346 2018-04-14 10:16:17 +02:00
tools Modernize CMake files 2018-03-27 00:03:34 +02:00
.editorconfig Added an .editorconfig file 2015-02-06 11:07:39 +01:00
.gitattributes Added a FLAC file to the Sound example to cover all three supported formats. 2015-03-28 22:49:46 +01:00
changelog.md Turned the header image in readme.md into a link. 2018-02-10 17:12:54 +01:00
CMakeLists.txt further changes 2018-04-14 10:14:34 +02:00
CONTRIBUTING.md Turned the header image in readme.md into a link. 2018-02-10 17:12:54 +01:00
license.md Updated the copyright year to 2018. 2018-02-10 14:51:46 +01:00
readme.md Turned the header image in readme.md into a link. 2018-02-10 17:12:54 +01:00

SFML logo

SFML — Simple and Fast Multimedia Library

SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics, audio and network. It is written in C++, and has bindings for various languages such as C, .Net, Ruby, Python.

Authors

Download

You can get the latest official release on SFML's website. You can also get the current development version from the Git repository.

Install

Follow the instructions of the tutorials, there is one for each platform/compiler that SFML supports.

Learn

There are several places to learn SFML:

Contribute

SFML is an open-source project, and it needs your help to go on growing and improving. If you want to get involved and suggest some additional features, file a bug report or submit a patch, please have a look at the contribution guidelines.