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.
- 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
Coming Soon...
- Katipo007/LearningVulkan.git for my Vulkan Samples study material