XPE stands for "eXplicit Play Experience"
git clone --recursive https://github.com/dimon2201/XPE-Engine.gitInstall CMake GUI application in order to generate project from here https://cmake.org/download/
- Open CMake GUI application
- Set project source path
- Press "Configure" and select Visual Studio version
- Press "Generate"
Use Visual Studio or CLion IDE to build project binaries.
If you are building project for the first time or doing clean/build, you need to do steps from "2. Generate" and "3. Build" - TWICE!
If you are using CLion IDE, than you don't need to use CMake GUI application. That's because CLion IDE already has intergrated CMake toolchain for making/building project.