This folder contains the Nodos plugin for rendering Rive assets.
- Download latest Nodos release from nodos.dev
- Clone the repository under Nodos workspace Module directory
git clone https://github.com/nodos-dev/rive.git --recurse-submodules Module/rive- Generate project files from workspace root directory using CMake:
cmake -S ./Toolchain/CMake -B Build- Build the project:
cmake --build Build