Skip to content

Releases: Krelborn/SDL-Turorials

Writing An SDL2 Game Loop

10 Mar 13:31
8c239d7
Compare
Choose a tag to compare

Code for the second part of my SDL2 tutorial (Available here). In this part I put up a windows and render to it with a very basic game loop.

Tutorial 1: Setting Up An SDL2 Project In Xcode

03 Mar 13:08
e622e98
Compare
Choose a tag to compare

Release of the code for my first SDL2 tutorial (Available here). This sets up the skeleton project, gets it linking to SDL2 and initialises the framework.