Initial commit

This commit is contained in:
Sarah 2024-09-18 22:43:20 +02:00
commit abaf74850e
3 changed files with 486 additions and 0 deletions

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# CPP-SDL-Template
A template for new C++ SDL projects in vsCode
vsCode Extensions:
clangd
CodeLLDB
premake5 is used to create the Makefile
.ecc is used by premake5 to create compile_commands.json for clangd
usage:
in premake5.lua change "workspace" and "project" variable
in .vscode/launch.json change "program" to the same name as used in the premake5.lua file above
use the command "premake5 vs2022" to create VS files. (not tested)