Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 930 Bytes

File metadata and controls

25 lines (18 loc) · 930 Bytes

C++ SFML v3.0.2 Project Template for Visual Studio 2022

A ready-to-use project template for developing SFML-based C++ applications in Visual Studio 2022.
Supports both static and dynamic builds for Windows (x86 and x64).

📦 Installation

Download the SFML_v3.0.2.zip file from the Releases section and place it in the following directory: %USERNAME%\Documents\Visual Studio 2022\Templates\ProjectTemplates

🚀 Usage

  1. Open Visual Studio 2022.
  2. Click Create a new project.
  3. In the search bar, type SFML.
  4. Select the template named C++ SFML v3.0.2.
  5. Proceed with project creation.

ℹ️ Additional Information

  • Fully compatible with Visual Studio 2022.
  • Includes all required components for:
    • Static linking
    • Dynamic linking
  • Supports Windows 32-bit and 64-bit targets.