OM Engine (One More Engine) is a real-time 3D rendering engine using Direct3D 12 in C++.
This project was developed for learning purposes.
- Clone project
git clone git@github.com:Vincent-Devine/OMEngine.git- Set as Startup project Sandbox
- Config the solution (
DebugorRelease) - Run project
F5
- Engine Language: C++ 20
- OS: Windows
- Graphics API: Direct3D 12
- Version Control: Github
- Editor: Visual Studio 2026
- Texture loader: stb_image v2.28
- Logger: OMLogger v2.2.0
- Math: DirectXMath - This project uses the math wrappers from Microsoft's MiniEngine as a foundation.
Made by Vincent DEVINE