This is a basic template project used to create an application that uses the Delta Studio game engine.
Note: this project currently only builds on Windows!
git clone --recurse-submodules https://github.com/ange-yaghi/delta-template
Install the latest version of CMake here if it's not already installed.
You will need to install the following dependencies and CMake will need to be able to locate them (ie. they need to be listed on your PATH):
1. SDL2
2. SDL2_image
3. Boost (make sure to build the optional dependencies)
From the root directory of the project, run the following commands:
mkdir build
cd build
cmake ..
cmake --build .
If these steps are successful, a Visual Studio solution will be generated in build/Debug
. You can open this project with Visual Studio and then run the delta-template
project. If you encounter an error telling you that you're missing DLLs, you will have to copy those DLLs to your EXE's directory.