EwanBurnett / Vulkan-Renderer

A 3D Renderer exploring the Vulkan API.
https://ewanburnett.github.io/Vulkan-Renderer/
MIT License
0 stars 0 forks source link
graphics-programming vulkan

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