This is a general purpose template for any new SDL2 project.
It has a basic event loop that only updates when an event occurs, and renderer and timer classes with some helpful functions.
-SDL2 libraries installed locally.
- makefile currently links to apple silicon path for installed locations of libraries, this should be changed depending on OS requirements.
run make in the root folder. The output will be created in the bin folder.
Suggestions and issues welcome!