Skip to content

A Vulkan-based game-engine with a custom script and ECS

Notifications You must be signed in to change notification settings

EIP-Pivot/pivot

Repository files navigation

game-engine

Dependencies

  • cmake >= 3.11
  • Vulkan ~1.2
  • Doxygen

Build

cmake -B build && cmake --build build --parallel 4

Compile Command

cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

Build the documentation

cmake -B build -DBUILD_DOCUMENTATION=ON && cmake --build build --target doc