2016-07-18 07:08:42 +08:00
{
"title" : "Vulkan Tutorial" ,
2016-12-12 02:43:46 +08:00
"tagline" : "A tutorial that teaches you everything it takes to render 3D graphics with the Vulkan API. It covers everything from Windows/Linux setup to rendering and debugging." ,
2016-07-18 07:08:42 +08:00
"author" : "Alexander Overvoorde" ,
"live" : {
"inherit_index" : true ,
"clean_urls" : true
} ,
"html" : {
2019-07-08 04:55:12 +08:00
"theme" : "vulkan-vulkan" ,
2016-07-18 07:08:42 +08:00
"auto_landing" : false ,
"breadcrumbs" : true ,
"breadcrumb_separator" : "Chevrons" ,
"date_modified" : false ,
"toggle_code" : false ,
"float" : false ,
"auto_toc" : true ,
"links" : {
"GitHub Repository" : "https://github.com/Overv/VulkanTutorial" ,
2018-04-25 04:16:02 +08:00
"Support the website" : "https://www.paypal.me/AOvervoorde" ,
2022-02-06 21:23:30 +08:00
"Vulkan Specification" : "https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/" ,
2016-07-18 07:08:42 +08:00
"LunarG Vulkan SDK" : "https://lunarg.com/vulkan-sdk/" ,
2025-05-02 19:33:57 +08:00
"Vulkan Guide" : "https://docs.vulkan.org/guide/latest/" ,
2022-01-22 19:51:47 +08:00
"Vulkan Hardware Database" : "https://vulkan.gpuinfo.org/" ,
2022-08-07 21:35:30 +08:00
"Rust code" : "https://github.com/bwasty/vulkan-tutorial-rs" ,
"Java code" : "https://github.com/Naitsirc98/Vulkan-Tutorial-Java" ,
"Go code" : "https://github.com/vkngwrapper/vulkan-tutorial" ,
2023-12-12 03:11:37 +08:00
"Visual Studio 2019 samples" : "https://github.com/jjYBdx4IL/VulkanTutorial-VisualStudioProjectFiles" ,
"Chinese translation" : "https://github.com/fangcun010/VulkanTutorialCN"
2016-07-18 07:08:42 +08:00
}
} ,
"ignore" : {
2019-06-17 23:37:51 +08:00
"files" : [ "README.md" , "build_ebook.py" , "daux.patch" , ".gitignore" ] ,
2019-06-17 23:29:50 +08:00
"folders" : [ "ebook" ]
2016-07-18 07:08:42 +08:00
} ,
2021-07-11 22:36:57 +08:00
"languages" : { "en" : "English" , "fr" : "Français" } ,
2019-06-17 23:29:50 +08:00
"language" : "en" ,
2016-07-18 07:08:42 +08:00
"processor" : "VulkanLinkProcessor"
}