![]() |
Lysa
0.0
Lysa 3D Engine
|
Lysa supports Microsoft Windows and Linux (X11 & Wayland) and need the following dependencies :
For Linux the following additional packages are needed :
setup-env.sh script from the Vulkan installation directory to set the VULKAN_SDK environment variable.Lysa Engine is intended to be used as a submodule or a CMake subdirectory.
To use Lysa Engine in your project, you need to set the VIREO_RHI_PROJECT_DIR variable, usually in a .env.cmake file at your project root.
Then, add it via CMake:
then build your project with cmake -B build -G ninja and cmake --build build