One More Engine is a 3D engine made with Vulkan
git clone git@github.com:Vincent-Devine/OMEngine.git
If you don't have the Vulkan SDK installed on your PC. You can download here.
After installing it, make sure that the SDK installation has added a system variable named VULKAN_SDK
, which should point
directly to the SDK path.
If not, you have two options:
- Add the system variable manually.
- Modify the project properties to set your path to the Vulkan SDK.
- Engine Language: C++ 20
- OS: Windows
- Versionning: Github
- Editor: Visual Studio 2022
- Graphic API: Vulkan v1.3.236.0
- Window: GLFW v3.4
- Texture loader: stb_image v2.28
- Logger: OMLogger v1.0
Author: Vincent DEVINE
Project Start: 05/01/2025