-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ReadMe to the NuGet package project
- Loading branch information
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ Development is focused on the next major version in the `master` branch. No more | |
- Lukas Dürrenberger ([email protected]) | ||
- Chris Thrasher ([email protected]) | ||
- Zachariah Brown ([email protected]) | ||
- And many other members of the SFML community | ||
|
||
## Download | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 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. | ||
|
||
This NuGet package is designed to provide the required native CSFML libraries for SFML.Net. | ||
|
||
## Authors | ||
|
||
- Laurent Gomila ([email protected]) | ||
- Lukas Dürrenberger ([email protected]) | ||
- Chris Thrasher ([email protected]) | ||
- Zachariah Brown ([email protected]) | ||
- And many other members of the SFML community | ||
|
||
## 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. | ||
|
||
|
||
## 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. |