/reinhard

just learning vulkan in my free time :)

Primary LanguageCMIT LicenseMIT

reinhard

Vulkan game engine/simulation engine project I wrote for fun. This will take a while to finish, I'm not being serious on this project.

Build

Linux

  • Install dependencies
  make install
  • Create a build directory
  mkdir build
  cd build
  • Use cmake to Generate Makefile
  cmake -S .. -B . -G "Unix Makefiles"
  • Build
  make
  • Profit

Windows

Coming Soon...

Big Thanks