Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 530 Bytes

File metadata and controls

19 lines (16 loc) · 530 Bytes

Nodos plugin for Rive

This folder contains the Nodos plugin for rendering Rive assets.

Build Instructions

  1. Download latest Nodos release from nodos.dev
  2. Clone the repository under Nodos workspace Module directory
git clone https://github.com/nodos-dev/rive.git --recurse-submodules Module/rive
  1. Generate project files from workspace root directory using CMake:
cmake -S ./Toolchain/CMake -B Build
  1. Build the project:
cmake --build Build