Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 502 Bytes

File metadata and controls

23 lines (18 loc) · 502 Bytes

RaidSimulator

No Grinds, Just Raids

The RaidSimulator is a game focus on Raids like in MMO RPGs.

The Dungeons are based on Blocks of 60 cm size. These blocks are streamed from the server in chunks.

Client Status

  • Vulkan client initialized via VoxelEngine
  • REST chunk fetch (/chunk?x=&y=&z=) from the Ktor server
  • FPS overlay rendered in the top-right corner (SMLUI + ImGui)

Build (CMake)

From repo root:

cmake -S . -B build
cmake --build build

Run

./run_game.sh