SFML mainline mirror
Go to file
Subs 65ef0619c8 [DRM] Use the current resolution
In order to prevent an unnecessary modeswitch and use the current TTY resolution, don't use the preferred mode reported by DRM. This is useful for people who set a custom resolution at boot and are forced into the monitor's preferred resolution when a SFML DRM app starts
2022-10-24 00:16:32 +02:00
.github Add Android dependency binaries for x86_64 and arm64-v8a architectures 2022-07-19 08:03:16 +02:00
cmake Disable /WX for clang-cl 2022-06-12 17:40:01 +02:00
doc Fix broken image URLs in doxygen.css 2022-08-03 23:55:43 +02:00
examples Fix minor inconsistency in type cast in voip example 2022-10-01 19:51:48 +02:00
extlibs [DRM] Use the current resolution 2022-10-24 00:16:32 +02:00
include/SFML Fix compile on linux with gcc 12.2.0 2022-10-11 15:30:23 +02:00
src/SFML [DRM] Use the current resolution 2022-10-24 00:16:32 +02:00
test Fix wrong cast in sf::Packet 2021-12-06 08:06:20 +01:00
tools Update year to 2022 (amended) 2022-02-12 19:29:09 +01: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
.gitignore Add '.gitignore' file 2022-01-10 10:34:55 +01:00
changelog.md Updated the changelog and version number for 2.5.1 2018-10-15 21:52:40 +02:00
CMakeLists.txt Add MP3 decoding support using 'minimp3' 2021-12-08 08:19:08 +01:00
CONTRIBUTING.md Turned the header image in readme.md into a link. 2018-02-10 17:12:54 +01:00
license.md Update year to 2022 (amended) 2022-02-12 19:29:09 +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.