diff --git a/readme.md b/readme.md index 27aabf99..95ce7c26 100644 --- a/readme.md +++ b/readme.md @@ -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/) @@ -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.