amirnn / vulkan

Vulkan Tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Vulkan Tutorials

License:MIT License


Languages

Language:C++ 76.4%Language:CMake 23.6%