Skip to content

CrowdWare/RaidSimulatorVulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published