![]() |
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 :
For Linux :
For macos (Apple Silicon only) :
This library is not indended to be used as a standalone library but rather as a dependency of another project. If you really want to build Vireo RHI standalone clone the Vireo RHI repository then :
cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=Release (adapt for your build tool)cmake --build buildNext : "Hello Triangle" tutorial