Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.86 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.86 KB

Molten Engine

version License: MIT GitHub Workflow Status (branch) AppVeyor Codecov code coverage Codacy Code Quality LGTM Code Quality LGTM Total alerts

Real-time game engine framework and editor.
Warning: Under heavy development.

Requirements

  • C++ >= 17 compiler
    • Windows: Visual Studio >= 2019 (16.10.4)
    • Linux: G++ or Clang++ >= 11
  • CMake >= 3.16

Build

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.