https://github.com/khronosgroup/vulkan-tutorial
Khronos version of the Vulkan Tutorial as parts of the Vulkan documentation project
https://github.com/khronosgroup/vulkan-tutorial
vulkan vulkan-api vulkan-tutorial
Last synced: 8 months ago
JSON representation
Khronos version of the Vulkan Tutorial as parts of the Vulkan documentation project
- Host: GitHub
- URL: https://github.com/khronosgroup/vulkan-tutorial
- Owner: KhronosGroup
- License: cc-by-sa-4.0
- Created: 2023-09-07T22:38:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T11:28:20.000Z (10 months ago)
- Last Synced: 2025-05-07T10:18:09.231Z (8 months ago)
- Topics: vulkan, vulkan-api, vulkan-tutorial
- Language: C++
- Homepage:
- Size: 6.51 MB
- Stars: 50
- Watchers: 41
- Forks: 10
- Open Issues: 45
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.adoc
Awesome Lists containing this project
README
= Khronos Vulkan^®^ Tutorial
== Attribution
The Khronos Vulkan^®^ Tutorial is based on the "link:https://vulkan-tutorial.com/[Vulkan Tutorial]" by Alexander Overvoorde licensed under link:https://creativecommons.org/licenses/by-sa/4.0/[CC BY-SA 4.0].
== About
This repository hosts the contents of the link:https://docs.vulkan.org/tutorial/latest[Khronos Vulkan Tutorial]. The tutorial is part of the link:https://github.com/KhronosGroup/Vulkan-Site[Vulkan Documentation Project].
== License
The contents of this repository are licensed as https://creativecommons.org/licenses/by-sa/4.0/[CC BY-SA 4.0], unless stated otherwise.
By contributing to this repository, you agree to license your contributions to the public under that same license.
The code listings in the `code` directory are licensed as https://creativecommons.org/publicdomain/zero/1.0/[CC0 1.0 Universal].
By contributing to that directory, you agree to license your contributions to the public under that same public domain-like license.
== Contributing
Contributions are welcome, details on how to contribute and the technical requirements that have to be met can be found in link:CONTRIBUTING.adoc[this document].