Boilerplate for getting a simple SDL program with a window and a renderer up and running
Go to file
2024-01-14 16:51:54 +00:00
src Reorganise the repo 2024-01-14 16:51:54 +00:00
.gitignore Add basic build scripts 2024-01-14 16:50:15 +00:00
build Add basic build scripts 2024-01-14 16:50:15 +00:00
compile Reorganise the repo 2024-01-14 16:51:54 +00:00
README.md Modified README 2023-01-28 22:44:58 +00:00

SDL Boilerplate

Boilerplate for setting up a simple SDL program that creates a window and a renderer and handles the quit event.