Vireo  0.0
Vireo 3D Rendering Hardware Interface
Building Vireo

Dependencies

Most of the dependencies used by Vireo RHI are automatically configured by the CMakeLists.txt file except for the Vulkan SDK.

Install the Vulkan SDK

Install the build tools

For Microsoft Windows :

Standalone build

Clone the Vireo RHI repository then :

  • cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=Release (adapt for your build tool)
  • cmake --build build

Next : "Hello Triangle" tutorial