You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# C++ SFML v3.0.2 Project Template for Visual Studio 2022
2
+
3
+
A ready-to-use project template for developing SFML-based C++ applications in Visual Studio 2022.
4
+
Supports both static and dynamic builds for Windows (x86 and x64).
5
+
6
+
## 📦 Installation
7
+
8
+
Download the [`SFML_v3.0.2.zip`](https://github.com/LisLib/SFML-Template/releases) file from the **Releases** section and place it in the following directory:
9
+
```%USERNAME%\Documents\Visual Studio 2022\Templates\ProjectTemplates```
10
+
11
+
## 🚀 Usage
12
+
13
+
1. Open **Visual Studio 2022**.
14
+
2. Click **Create a new project**.
15
+
3. In the search bar, type `SFML`.
16
+
4. Select the template named `C++ SFML v3.0.2`.
17
+
5. Proceed with project creation.
18
+
19
+
## ℹ️ Additional Information
20
+
21
+
- Fully compatible with **Visual Studio 2022**.
22
+
- Includes all required components for:
23
+
-**Static linking**
24
+
-**Dynamic linking**
25
+
- Supports **Windows 32-bit** and **64-bit** targets.
0 commit comments