Go to file
2024-09-08 22:19:04 +01:00
lib Add cimgui 2024-09-08 22:18:50 +01:00
src Implement basic ImGUI editor for a game 2024-09-08 22:19:04 +01:00
vendor/cimgui Add cimgui 2024-09-08 22:18:50 +01:00
.gitignore Implement basic ImGUI editor for a game 2024-09-08 22:19:04 +01:00
build Add basic build scripts 2024-01-14 16:50:15 +00:00
compile Implement basic ImGUI editor for a game 2024-09-08 22:19:04 +01: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.