Skip to content

Myvar/VulkanTutorialInC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan Tutorial PDF implemented in C

[https://vulkan-tutorial.com/] but in C99 instead of C++

Please note that this is a reference implementation it is only useful to debug your own implementation as you follow along in the tutorial, and not anything else.

building

Make sure you install:

  • libassimp-dev
  • libcglm-dev

then run:

./build/linux.sh && ./build/build_linux/vkt

About

Vulkan Tutorial PDF implemented in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages