SFML C++ Tutorial–Sprites and Textures
In the previous tutorial we covered the basics of using graphics in SFML. Chances are however your game isn’t going to be composed of simple shapes, but instead made up of many sprites. That is exactly what we are going to cover today. As always, there is an HD version of this tutorial […]