- Download/clone this repo
and either..
- Run
new_cpp_project.py, it will do all the stuff below and even open VS for you!
or..
- Rename the folder into your-custom-project-name
- Inside it, delete the .git folder
- Init a new git repo
- Configure with pramake, for example
premake5 vs2022 - Now you can open your-custom-project-name.sln and you can start coding!
- Finally, delete this readme :'(