Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 543 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 543 Bytes

SDL2 Template

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.

Requirements

-SDL2 libraries installed locally.

  • makefile currently links to apple silicon path for installed locations of libraries, this should be changed depending on OS requirements.

Compiling

run make in the root folder. The output will be created in the bin folder.

License

GPL3.0

Suggestions and issues welcome!