Skip to content

chalkp/reinhard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

just learning vulkan in my free time :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published