An open API service indexing awesome lists of open source software.

https://github.com/jbrosdevelopment/vulkanengine

Simple Graphics Engine made with Vulkan following Overv's Tutorial
https://github.com/jbrosdevelopment/vulkanengine

Last synced: 7 months ago
JSON representation

Simple Graphics Engine made with Vulkan following Overv's Tutorial

Awesome Lists containing this project

README

          

# Vulkan Tutorial Engine

This is an example engine that I used to try to learn Vulkan and Graphics Programming. I followied https://github.com/Overv/VulkanTutorial/tree/main closely and added comments explaining parts of the code (some more helpfull than others). Very basic engine that supports loading 3D models.

![screenshot](https://raw.githubusercontent.com/JBrosDevelopment/VulkanEngine/refs/heads/master/screenshot.png)