Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SFML/CSFML
Official binding of SFML for C
https://github.com/SFML/CSFML
audio graphics hacktoberfest multimedia opengl sfml
Last synced: 3 months ago
JSON representation
Official binding of SFML for C
- Host: GitHub
- URL: https://github.com/SFML/CSFML
- Owner: SFML
- License: other
- Created: 2011-07-06T20:35:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T16:02:09.000Z (4 months ago)
- Last Synced: 2024-09-18T22:24:18.561Z (4 months ago)
- Topics: audio, graphics, hacktoberfest, multimedia, opengl, sfml
- Language: C
- Homepage: https://www.sfml-dev.org
- Size: 2.01 MB
- Stars: 343
- Watchers: 26
- Forks: 123
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
[![SFML logo](https://www.sfml-dev.org/images/logo.png)](https://www.sfml-dev.org)
# CSFML - Simple and Fast Multimedia Library for C
SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics, audio and network. It is originally written in C++, and this project is its official binding for the C language.
## Authors
- Laurent Gomila - main developer ([email protected])
- Lukas Dürrenberger - active maintainer ([email protected])
- Zachariah Brown ([email protected])## Download
You can get the latest official release on [SFML website](https://www.sfml-dev.org/download/csfml). You can also get the current development version from the [Git repository](https://github.com/SFML/CSFML).
## Learn
There is no tutorial for CSFML, but since it's a binding you can use the C++ resources:
* The [official tutorials](https://www.sfml-dev.org/tutorials/)
* The [online API documentation](https://www.sfml-dev.org/documentation/)
* The [community wiki](https://github.com/SFML/SFML/wiki/)
* The [community forum](https://en.sfml-dev.org/forums/) (or [French](https://fr.sfml-dev.org/forums/))Of course, you can also find the CSFML API documentation in the SDK.
## Building
Set `SFML_DIR` to a directory containing the `SFMLConfig.cmake` file, usually located at `lib/cmake/SFML`.
## Contribute
SFML and CSFML are open-source projects, and they need your help to go on growing and improving. 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/). You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work.