![]() |
Vireo
0.0
Vireo 3D Rendering Hardware Interface
|
Most of the dependencies used by Vireo RHI are automatically configured by the CMakeLists.txt
file except for the Vulkan SDK.
For Microsoft Windows :
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