VulkanTutorial/config.json

41 lines
1.7 KiB
JSON
Raw Permalink Normal View History

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/",
"Vulkan Hardware Database": "https://vulkan.gpuinfo.org/",
"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",
"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": {
"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
},
"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"
}