Skip to content

Ashhuby/cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ SFML Template

A ready-to-use template for C++17 projects with SFML, CMake, vcpkg, and VS Code.

Usage

  1. Click "Use this template" on GitHub
  2. Clone your new repo
  3. Open in VS Code

Customizing

  1. Change TemplateProject to your project name in CMakeLists.txt
  2. Add your source files to add_executable()
  3. Start coding n stuffs :D

Requirements

  • vcpkg installed at C:/MyRepos/_tools/vcpkg/ (obviously change this yourself)
  • Visual Studio 2022 with C++ tools
  • CMake 3.16+

About

C++17 template with CMake, vcpkg, SFML, VS Code settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors