Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndunnett/vulkan-tutorial
https://github.com/ndunnett/vulkan-tutorial
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndunnett/vulkan-tutorial
- Owner: ndunnett
- Created: 2022-08-24T05:09:35.000Z (about 2 years ago)
- Default Branch: start
- Last Pushed: 2022-10-29T21:33:46.000Z (about 2 years ago)
- Last Synced: 2023-03-06T13:28:34.111Z (over 1 year ago)
- Language: CMake
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic template using CMake to build a project for completing the [Vulkan Tutorial](https://vulkan-tutorial.com/). Install the Vulkan SDK, clone this repo, then start the tutorial at "Drawing a triangle" using your preferred IDE ie. VSCode. There is one test set up using doctest to check that everything works, much in the same way that the tutorial does in the "development environment" section.
All dependencies are configured with CMake. As long as you have the Vulkan SDK and CMake installed and set up correctly, it should just work™. The contents of the "assets" directory (ie. textures, models, shaders, etc.) will be copied into the directory containing the executable during build time.
See the "completed" branch for the completed tutorial (though it did not start from this template exactly) or the "rewrite" branch for my refactored version of the tutorial using Vulkan-Hpp.