![]() |
Vireo
0.0
Vireo 3D Rendering Hardware Interface
|
This tutorial will teach you the basics of using the Vireo Rendering Hardware Interface. Vireo is an open source library written in modern C++ that implements a common abstraction layer over multiple 3D graphics APIs.
Like modern graphics API, Vireo is a low-level library but is designed to be less verbose, at the price of reduced flexibility.
This tutorial assumes that the reader already knows the basic concepts of the modern graphics API like Vulkan or DirectX 12, like pipelines, descriptors, resources, buffers, barriers, ...
Sources of the tutorial are available at https://github.com/HenriMichelon/vireo_tutorial_1