|
| 1 | +# CSFML - Simple and Fast Multimedia Library for C |
| 2 | + |
| 3 | +SFML is a simple, fast, cross-platform and object-oriented multimedia API. |
| 4 | +It provides access to windowing, graphics, audio and network. |
| 5 | +It is originally written in C++, and this project is its official binding for the C language. |
| 6 | + |
| 7 | +This NuGet package is designed to provide the required native CSFML libraries for SFML.Net. |
| 8 | + |
| 9 | +## Authors |
| 10 | + |
| 11 | + - Laurent Gomila (laurent@sfml-dev.org) |
| 12 | + - Lukas Dürrenberger (eXpl0it3r@sfml-dev.org) |
| 13 | + - Chris Thrasher (thrasher@sfml-dev.org) |
| 14 | + - Zachariah Brown (contact@zbrown.net) |
| 15 | + - And many other members of the SFML community |
| 16 | + |
| 17 | +## Learn |
| 18 | + |
| 19 | +There is no tutorial for CSFML, but since it's a binding you can use the C++ resources: |
| 20 | + |
| 21 | + * The [official tutorials](https://www.sfml-dev.org/tutorials/) |
| 22 | + * The [online API documentation](https://www.sfml-dev.org/documentation/) |
| 23 | + * The [community wiki](https://github.com/SFML/SFML/wiki/) |
| 24 | + * The [community forum](https://en.sfml-dev.org/forums/) (or [French](https://fr.sfml-dev.org/forums/)) |
| 25 | + |
| 26 | +Of course, you can also find the CSFML API documentation in the SDK. |
| 27 | + |
| 28 | + |
| 29 | +## Contribute |
| 30 | + |
| 31 | +SFML and CSFML are open-source projects, and they need your help to go on growing and improving. |
| 32 | +Don't hesitate to post suggestions or bug reports on [the forum](https://en.sfml-dev.org/forums/), or post new bugs/features requests on the [issue tracker](https://github.com/SFML/CSFML/issues/). |
| 33 | +You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work. |
0 commit comments