Skip to content

meta-flutter/rive-common

Repository files navigation

Pub Version Discord badge Twitter handle

Rive Common

A common library for the Rive editor and runtime to share functionality. Not intended to be used directly by end-users.

Build for Linux

git clone https://github.com/meta-flutter/rive-common
cd rive-common
mkdir build && cd build
cmake .. -GNinja
ninja -C .