This is a series of Vulkan test projects for me to learn/explore the Vulkan SDK. All projects are verified to work on an Apple M1 MacBook Pro (MoltenVK).
This project is based off of the amazing tutorial by Brendan Galea. I plan to implement IMGui and an ECS system and experiement making some simple games using this as a base framework.Dependancies
- Vulkan SDK
- glm
- glfw
You will likely need to edit the Makefile if you want to build on your machine.
Things I want to add:
- ECS
- PBR
- IMGui
- Post Processing
- Particle System