Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ You can get the latest official release on [SFML website](https://www.sfml-dev.o

## Learn

### Offical resources

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/)
Expand All @@ -35,6 +37,10 @@ There is no tutorial for CSFML, but since it's a binding you can use the C++ res

Of course, you can also find the CSFML API documentation in the SDK.

### Third-party resources

* Sigmanificient's [CSFML API Reference](https://csfml.1l.is/api-v3/)

## Building

Building CSFML follows typical CMake conventions.
Expand Down
Loading