Real-time game engine framework and editor.
Warning: Under heavy development.
- C++ >= 17 compiler
- Windows: Visual Studio >= 2019 (16.10.4)
- Linux: G++ or Clang++ >= 11
- CMake >= 3.16
git clone --recurse-submodules https://github.com/jimmiebergmann/MoltenEngine.git
mkdir MoltenEngine/Build
cd MoltenEngine/Build
cmake ..
cmake --build . --config Release
See Engine/CMake/README for available build options.