/vulkan

Vulkan Tutorials

Primary LanguageC++MIT LicenseMIT

Vulkan

Vulkan Tutorials used for data visualization.


Dependency install

To install the dependencies run the command below for your desired platform: (TODO: Linux/Windows Profiles)

cd conan
conan install . --profile=profile-macos --build=missing

Shader Compiler

We use Google's glslc which has a familiar GCC- and Clang-like usage. Link. After download, one can put it in PATH.