This is the official repository for the Minty game engine.
If you would like more information about the engine, such as features, software architecture, and more: check out the wiki page.
This is a list of things you must have installed prior to building the Minty engine.
Version 1.3. The Vulkan Software Development Kit is used for the rendering backend. You do not need to use Vulkan to use the engine- but the engine needs to use it!
This is only needed if you would like to generate the documentation for the Minty source code.
To install:
- Clone this repository. Don't know how?
- Run
installer.bat. - Build the Minty source code at
MINTY_PATH/Minty/Source/.
To uninstall:
- Run
uninstaller.bat. - Delete the repository.
- Open the
MINTY_PATH/Mintydirectory. - Run
generate_documentation.bat.