270 Stars 🍴 19 Forks 👀 270 Watchers C++ cc-by-sa-4.0
GitHub 链接https://github.com/SaschaWillems/HowToVulkan
项目简介Minimalist tutorial and code for doing something meaningful with Vulkan in 2026
创建时间2025-12-18
更新时间2026-02-11
📖 README English
# How to Vulkan in 2026 Home of a minimalist tutorial on how to use the Vulkan graphics API in 2026. The idea is to get people started with rasterization in Vulkan using commonly supported features to make the API easier to use. This is a single page tutorial that can be done from top to bottom in a single day. I also tried to incorporate helpful tips, notes and warnings from my 10 years of experience working with Vulkan. * 🔗 The tutorial is available at [www.howtovulkan.com](https://www.howtovulkan.com/) * 💾 C++ source code can be found in the [in this folder](/source) * 🎓 Tutorial text is located [in this folder](/tutorial/docs/index.md) * 🌱 [Read this](CONTRIBUTING.md) if you want to contribute