Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
/ GTE Public archive

(Vulkan) Graphics TEst

License

Notifications You must be signed in to change notification settings

CPCTC/GTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# GTE
## Graphics TEst

This is a Vulkan hello triangle program. I made this to learn how Vulkan (and graphics cards in general) work. As a secondary objective, I wanted to see how my RODBUS build system scaled with large codebases. The triangle ended up fine, but I was slightly disappointed by the build system, even if I was ultimately able to do some cool things with it.

Further work:
- Swapchain recreation
- Anti-aliasing
- Don't hardcode vertex data inside the shader
- Remove vestigial text editor code