https://github.com/lancelet/vulkan-tutorial-c-plus-plus
(Boring) Me following the Vulkan Tutorial in C++
https://github.com/lancelet/vulkan-tutorial-c-plus-plus
Last synced: 2 days ago
JSON representation
(Boring) Me following the Vulkan Tutorial in C++
- Host: GitHub
- URL: https://github.com/lancelet/vulkan-tutorial-c-plus-plus
- Owner: lancelet
- Created: 2020-05-16T04:58:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T09:46:25.000Z (about 6 years ago)
- Last Synced: 2025-03-03T10:33:26.258Z (over 1 year ago)
- Language: C++
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vulkan Tutorial
This is just me following the
[C++ Vulkan Tutorial](https://vulkan-tutorial.com), so it's not very
interesting.
Help for me:
```
./shell.sh
cd VulkanTest
make test
```