-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
This is a guide to installing the game engine, both as an application, as well as the dev environment.
These guides assume you are using a 64-bit Windows 10/11 device, as those are the only supported operating systems at the moment.
There are some prerequisites to use the Minty Engine, whether you want to use only the application, or build from source. Please download the following:
Visual Studio
Any up-to-date version is sufficient. This is needed to build the projects. One day these will all be moved to CMake, but for now, it is all Visual Studio.
Vulkan Software Development Kit
The most recent version is sufficient. This is needed to build shaders, and run the graphical projects in debug mode (when building from source).
CMake
The most recent version is sufficient. It is easiest to download and use the Windows x64 Installer (cmake-3.29.4-windows-x86_64.msi).
Restart your device following the installation of all prerequisites!
This is how to download and install the Minty Engine for use as a game engine.
WIP.
This is how to download the Minty Engine source code, and edit/run the source code that way.
- Clone the repository.
cd C:/your/path/to/the/repository
git clone https://github.com/mtalyat/Minty-Engine.git
- Run the setup script. This script will generate user-specific files and build each project in the correct order. Run it as administrator (this is so it can create the MINTY_PATH environment variable).
your/path/to/Minty-Engine/Scripts/Setup/setup.bat