blurrypiano / littleVulkanEngine

Code repo for video tutorial series teaching Vulkan and computer graphics
MIT License
829 stars 147 forks source link

Vulkan hpp #20

Closed Radseq closed 2 years ago

Radseq commented 2 years ago

rewrite project to use vulkan hpp

https://github.com/KhronosGroup/Vulkan-Hpp

Radseq commented 2 years ago

todo fix window resizing, because stop work after change to vulkan hpp

blurrypiano commented 2 years ago

@Radseq - this is fantastic work!!! Unfortunately I don't think I'll be able to commit this due to the nature of the tutorial series. The series has a linear progression and must reflect the content covered in the videos. Because of that changes like this become extremely difficult/impossible to make.

It's definitely frustrating for me as well, there are many occasions where I'd like to go back and improve something, but unless it is actually a mistake, we will just need to keep going forward.

My suggestion would be to make a fork of the repo instead, I'm sure many people would find the improvements and updates you've made extremely helpful.