/cpp-project-template

Personal C++ premake project template

Primary LanguagePython

Nothke's C++ project template

How to use

  1. Download/clone this repo

and either..

  1. Run new_cpp_project.py, it will do all the stuff below and even open VS for you!

or..

  1. Rename the folder into your-custom-project-name
  2. Inside it, delete the .git folder
  3. Init a new git repo
  4. Configure with pramake, for example premake5 vs2022
  5. Now you can open your-custom-project-name.sln and you can start coding!
  6. Finally, delete this readme :'(