![]() |
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_PROJECT_DIR "path_to_the_cloned_vireo_directory")
In the src
directory creates :
A new MyApp.ixx
interface file for your application :
A new MyApp.cpp
implementation file :
And a new MyAppMain.cpp
source file :
Update the CMakeLists.txt
file by uncommenting the last part :
Then reload the CMake project and build the myapp
target.
Execute the application (from the project root directory), it will display the graphic API selection dialog :
Select an API and an empty window will be displayed :
Next : The Vireo class