This took alot of love to build. It is build off of the combo of the Vulkan Tutorial and Sample files from the vulkanHPP library. The VulkanHPP Library appears compatible with the GPL license as per it being the Apache 2 license.
10 lines
147 B
Markdown
10 lines
147 B
Markdown
# VulkZample
|
|
a Pure C++ (or as pure as C++ gets) Vulkan Renderer Example using SDL2.
|
|
|
|
### How to run this project
|
|
```
|
|
sh build.sh
|
|
sh run.sh
|
|
```
|
|
|