SFML mainline mirror
Go to file
Mario Liebisch dc0dfd601a
Squash duplicated sf::Font glyphs to single chars
Before this change, `sf::Font` always rendered/provided one character
per Unicode codepoint, even if that character wasn't represented by the
current font file or duplicated. This caused more texture space to be
used than necessary, which is especially apparent, when trying to render
a large amount of unhandled glyphs (the texture would literally fill up
with empty squares representing missing characters).
2018-08-03 09:58:26 +02:00
.github Added GitHub issue and PR templates 2018-04-28 15:38:22 +02:00
cmake Fix config for finding dependencies on iOS 2018-07-28 18:30:25 +02:00
doc Only use 3 columns in the index 2018-05-06 08:42:42 +02:00
examples Modernize iOS toolchain: remove BUILD_ARM64, drop support for Xcode <4.3 and don't pretend defining official CMake variables 2018-06-04 23:22:21 +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 ANDROID flag fix to SFML_SYSTEM_ANDROID 2018-07-28 18:10:04 +02:00
src/SFML Squash duplicated sf::Font glyphs to single chars 2018-08-03 09:58:26 +02:00
tools Android: Removed libsndfile from extlib build scripts 2018-04-28 13:12:20 +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 Adjusted the changelog for SFML 2.5 2018-05-06 08:48:53 +02:00
CMakeLists.txt Updated version number to SFML 2.5.0 2018-05-06 08:53:30 +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.