Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 560 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 560 Bytes

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