Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 504 Bytes

File metadata and controls

21 lines (14 loc) · 504 Bytes

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+