-
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:
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).
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.
your/path/to/Minty-Engine/Scripts/Setup/setup.bat