Introduction In the previous part we learned how to load and render png files with alpha layers. This time we’re gonna dive into rotating textures. Or more precisely ; rendering them rotated. Today we’ll be making a simple, but working, analog clock. This will show how to rotate textures in SDL…