Editor-RPG2D is simple program to create games RPG 2D.
-
Download and install Visual Studio 2022
-
Download and install CMake
-
Download Library SFML-3.0.2 (https://www.sfml-dev.org/) and place it in
C:\SFML-3.0.2. -
Open The Command Prompt (cmd).
-
Go to project directory:
cd ..\..\Editor-RPG2D -
Create directory build:
mkdir build -
Go to directory build:
cd build -
Create project using CMake:
cmake .. -
Build project:
cmake --build . -
Set the Working Directory
Project -> Properties -> Debugging -> Working Directory -> "$(ProjectDir)/../Editor-RPG2D" -
Exe is in build/Debug lub build/Release
Program created in C++ with using SFML 3.0.2.
Open License – Attribution
This program may be:
- Downloaded
- Copied
- Modified
- Used in personal and commercial projects
Provided that:
- Attribution to the original author is retained
- The source (link to the repository) is provided
- In the event of modification, it must be clearly stated that the program was modified and by whom.











