![]() |
Vireo
0.0
Vireo 3D Rendering Hardware Interface
|
First, clone the following projects somewhere in your computer :
Then add a .env.cmake file containing the following variable at the root of your project template project:
set(VIREO_RHI_PROJECT_DIR "path_to_the_cloned_vireo_directory")
In the src directory creates :
Edit the MyApp.ixx interface file:
Edit the MyApp.cpp implementation file :
Edit the MyAppMain.cpp source file :
Then reload the CMake project and build the myapp target.
Execute the application (from the project root directory).
On Windows it will display the graphic API selection dialog :
An empty window will be displayed :
Next : The Vireo class