Physically based Vulkan renderer demo with dynamic global illumination. Not production-ready by any means, this is just a personal project which I put up for educational purposes.
Read more about this project in my article
License: Feel free to use for learning or non-commercial purposes.
Prerequisites:
- Vulkan SDK (tested on 1.3.268)
If you have Visual Studio 2022, you can open build_projects/VulkanRenderer.sln to build and run the demos.
Otherwise, you can download premake5 and run premake5.exe [target] in the repository directory to generate the project files.


