https://github.com/mtalyat/minty
A C++ Vulkan game engine.
https://github.com/mtalyat/minty
cpp game-engine vulkan vulkan-game-engine
Last synced: 12 months ago
JSON representation
A C++ Vulkan game engine.
- Host: GitHub
- URL: https://github.com/mtalyat/minty
- Owner: mtalyat
- Created: 2025-03-02T10:28:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T15:22:01.000Z (about 1 year ago)
- Last Synced: 2025-06-20T16:35:16.220Z (about 1 year ago)
- Topics: cpp, game-engine, vulkan, vulkan-game-engine
- Language: C++
- Homepage: https://mtalyat.github.io/project.html?id=minty-game-engine
- Size: 61.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minty
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](https://github.com/mtalyat/Minty/wiki) page.
## Building
### Prerequisites
This is a list of things you must have installed prior to building the Minty engine.
**[Vulkan SDK](https://www.lunarg.com/vulkan-sdk/)**
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!
**[Doxygen](https://www.doxygen.nl/download.html)**
This is only needed if you would like to [generate the documentation](#documentation) for the Minty source code.
### Quick Installation
To install:
1. Clone this repository. [Don't know how?](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
2. Run `installer.bat`.
3. Build the Minty source code at `MINTY_PATH/Minty/Source/`.
To uninstall:
1. Run `uninstaller.bat`.
2. Delete the repository.
### Documentation
1. Open the `MINTY_PATH/Minty` directory.
2. Run `generate_documentation.bat`.