https://github.com/pacheco95/vulkan-hello-triangle
A basic (well organized) structure of a Vulkan onscreen application made following the awesome Khronos Vulkan Tutorial.
https://github.com/pacheco95/vulkan-hello-triangle
Last synced: 3 months ago
JSON representation
A basic (well organized) structure of a Vulkan onscreen application made following the awesome Khronos Vulkan Tutorial.
- Host: GitHub
- URL: https://github.com/pacheco95/vulkan-hello-triangle
- Owner: Pacheco95
- License: mit
- Created: 2023-11-04T16:41:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T06:14:23.000Z (over 1 year ago)
- Last Synced: 2023-11-17T04:33:13.975Z (over 1 year ago)
- Language: C++
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vulkan Hello Triangle
This repository contains a basic (well organized) structure of a Vulkan onscreen application made following the
awesome [Khronos Vulkan® Tutorial](https://docs.vulkan.org/tutorial/latest/00_Introduction.html).# Setup
You must follow
the [tutorial setup instructions](https://docs.vulkan.org/tutorial/latest/02_Development_environment.html).