Skip to content

Commit 4f5ae94

Browse files
authored
Readme
0 parents  commit 4f5ae94

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 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

Comments
 (0)