Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.71 KB

vulkan.md

File metadata and controls

52 lines (29 loc) · 1.71 KB

Vulkan

Types of content:

  • Articles/Blogs
  • Papers/Books/References
  • Techniques
  • Tutorials
  • Examples

The difficulty range is advanced.

Contributors:

  • Euxiniar

Resources

Articles/Blogs

Papers/Books/References

Techniques

Tutorials

  • Vulkan Tutorial [Beginner - Intermediate]

    • Vulkan (C++) tutorials. This tutorial is a little bit outdated, and not really convincing.
  • Vulkan API tutorials [Intermediate - Advanced]

    • Vulkan (C++) tutorials. These tutorials are more comprehensive, but not thorough enough for a beginner. Therefore, I advise to follow these tutorials only if you are already comfortable with OpenGL 3.3, and of course, C++14.
  • Vulkan API official tutorial [Beginner - Advanced]

    • Vulkan (C++) tutorials. This tutorial is clearly the best on the net. You'll see all the steps, and learn how to use Vulkan and its tools really quickly. I highly recommend it.

Examples

  • Sascha Willems Vulkan Examples [Begginner - Advanced]

    • Vulkan (C++) examples. This project is really cool to see how to use Vulkan as a whole. But the code is pretty outdated (no smart pointers for example), not correctly classified, and fullscreen has bugs.