• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H15-Oct-2018-10674

cmake/H03-May-2022-2,8502,578

doc/H03-May-2022-4,0133,138

examples/H03-May-2022-9,1477,418

extlibs/H15-Oct-2018-44,43815,568

include/SFML/H15-Oct-2018-25,2574,976

src/SFML/H15-Oct-2018-57,30431,513

tools/H15-Oct-2018-1,7881,149

.editorconfigH A D15-Oct-2018521 1916

.gitattributesH A D15-Oct-2018253 1411

CONTRIBUTING.mdH A D15-Oct-2018693 84

changelog.mdH A D15-Oct-201827.9 KiB703504

license.mdH A D15-Oct-20181.2 KiB2114

readme.mdH A D15-Oct-20181.9 KiB4026

readme.md

1[![SFML logo](https://www.sfml-dev.org/images/logo.png)](https://www.sfml-dev.org)
2
3# SFML — Simple and Fast Multimedia Library
4
5SFML 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.
6
7## Authors
8
9  - Laurent Gomila — main developer (laurent@sfml-dev.org)
10  - Marco Antognini — OS X developer (hiura@sfml-dev.org)
11  - Jonathan De Wachter — Android developer (dewachter.jonathan@gmail.com)
12  - Jan Haller (bromeon@sfml-dev.org)
13  - Stefan Schindler (tank@sfml-dev.org)
14  - Lukas Dürrenberger (eXpl0it3r@sfml-dev.org)
15  - binary1248 (binary1248@hotmail.com)
16  - Artur Moreira (artturmoreira@gmail.com)
17  - Mario Liebisch (mario@sfml-dev.org)
18  - And many other members of the SFML community
19
20## Download
21
22You can get the latest official release on [SFML's website](https://www.sfml-dev.org/download.php). You can also get the current development version from the [Git repository](https://github.com/SFML/SFML).
23
24## Install
25
26Follow the instructions of the [tutorials](https://www.sfml-dev.org/tutorials/), there is one for each platform/compiler that SFML supports.
27
28## Learn
29
30There are several places to learn SFML:
31
32  * The [official tutorials](https://www.sfml-dev.org/tutorials/)
33  * The [online API documentation](https://www.sfml-dev.org/documentation/)
34  * The [community wiki](https://github.com/SFML/SFML/wiki/)
35  * The [community forum](https://en.sfml-dev.org/forums/) ([French](https://fr.sfml-dev.org/forums/))
36
37## Contribute
38
39SFML 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](https://www.sfml-dev.org/contribute.php).
40