This project is a cross-platform C project that uses Vulkan and GLFW to draw a simple triangle. This project was made for the purpose of learning low level computer graphics.
To clone this project run
git clone --recurse-submodules https://github.com/Asti0s/C-Vulkan-Triangle
To build this project on linux
mkdir build && cd build
cmake ..
make
Run the executable
./VulkanTriangle