https://github.com/jcapellman/vulkandeepdive
Deep dive into the Vulkan API
https://github.com/jcapellman/vulkandeepdive
c-plus-plus glfw glfw3 vulkan-api
Last synced: about 1 month ago
JSON representation
Deep dive into the Vulkan API
- Host: GitHub
- URL: https://github.com/jcapellman/vulkandeepdive
- Owner: jcapellman
- License: mit
- Created: 2017-09-24T17:55:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T01:46:44.000Z (almost 8 years ago)
- Last Synced: 2025-03-05T02:41:22.783Z (about 1 year ago)
- Topics: c-plus-plus, glfw, glfw3, vulkan-api
- Language: C#
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vulkan API Deep Dive
Much like my deep dive into Redis/NodeJS (https://github.com/jcapellman/DaysInNode) about a year ago I wanted to dive into Vulkan. The idea being I will chroncile each evening I dedicate to Vulkan with a new example and associated blog post. YouTube videos will also coincide with the posts.
## Days
* Day 1 - Getting the Window open, devices enumerated and initialized (https://github.com/jcapellman/vulkandeepdive/tree/master/src/day01)
## License
The tutorial content (code, graphics and write up) is under the MIT License - just give credit where credit is due.
Vulkan and the Vulkan logo are registered trademarks of the Khronos Group Inc.