One More Engine is a 3D game engine made with Vulkan
git clone [email protected]:Vincent-Devine/OM_Engine.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++
- OS: Window 11
- Versionning: Github
- Editor: Visual Studio 2022
- Graphic API: Vulkan v1.3.236.0
- Window: GLFW v3.4
- Log: Log_System v1.0
- Texture loader: stb_image v2.28
- Unit test: GoogleTest v1.15.2
Author: Vincent DEVINE
Project Start: 09/29/2024