---
myst:
html_meta:
"og:title": "CSFML Handbook"
"og:description": "Unofficial CSFML documentation"
---
# { h=30px } CSFML Handbook
*CSFML - Simple and Fast Multimedia Library binding for C*
:::{note}
This website does not serve as the official CSFML documentation.
:::
A crafted guide for mastering CSFML graphics programming.
This handbook includes tutorials and a detailed API reference.
> CSFML is the official binding of SFML for the C language.
> Its API is as close as possible to the C++ API (but in C style, of course),
> which makes it a perfect tool for building SFML bindings for other languages
> that don't directly support C++ libraries.
```{toctree}
:maxdepth: 2
:caption: Contents
```
## Indices and tables
```{toctree}
:maxdepth: 2
genindex
api/index
api-v3/index
```
```{toctree}
:maxdepth: 10
:caption: Reference
:hidden:
Github repository
Official (SFML) website
Community Forum
```