SFML with C++ Tutorial Series–Windows, Game loops and Timers
In this part of the SFML we will look at creating our first basic SFML application. At the heart of every SFML application is the RenderWindow which provides both a way to draw things on screen and receive input events from the user. As always, there is an HD video of this tutorial […]