Vulkan Renderer  0.1.0.a
A 3D Renderer written to explore the Vulkan API.
Vulkan Renderer

A 3D Renderer written using C++ to explore the Vulkan API.

Dependencies

External Libraries

in addition to the above, as the following libraries are used, their dependencies for your platform must also be installed:

Documentation CSS from https://jothepro.github.io/doxygen-awesome-css/

Build Instructions

Clone the repository as follows

git clone https://github.com/EwanBurnett/Vulkan-Renderer.git
cd Vulkan-Renderer

Generate project files via CMake

mkdir build && cd build
cmake ..
# Build using your platform's build system