Skip to content

Code based on following the Vulkanalia tutorial

License

Notifications You must be signed in to change notification settings

dariuswiles/vulkanalia-tutorial-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkanalia Demo Code

Vulkanalia is a Rust crate that implements a lightweight wrapper around the Vulkan graphics API (which is a C++ API). This repo contains the code I pieced together by following its excellent tutorial. I say "pieced together" rather than "wrote" because the tutorial consists of code snippets with copious explanation, so the non-comment program code is almost all from the tutorial. The comments are mostly my notes based on my understanding of the explanations.

License

The viking_room.obj and viking_room.png files in the resources directory are based on the Viking Room model on the Sketchfab website. The original model was created by nigelgoh and released under a CC BY 4.0 license license. The tutorials slightly modified this model, but I have personally made no changes.

I am releasing all other files under the Apache License 2.0 because most of the non-comment code is from the Vulkanalia tutorial which uses this license.

About

Code based on following the Vulkanalia tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages