Skip to content

jimmiebergmann/MoltenEngine

Repository files navigation

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.

About

Real-time game engine framework and editor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published