Vulkan Demo

This project was part of an assignment at Saxion, we had the option to learn whatever we want, and what could a healthy and young student like me want to learn? Well, you already know it by the name of the project. But yes, I decided to shoot myself in the foot and learn Vulkan. I am not the same since then.

The repo of the project can be accessed at my Github. Also, the project was followed by my first "blog post" (which is highly inspired by the Vulkan Tutorial) where I tried to show my steps while trying to explain how to do it.

The demo is quite simple, and it does not offer any type of interactivity. Is just a program that renders a triangle (it turned into a cube at the end).

It was made from scratch using the following dependencies:


Final result