Awesome
Rive-Tizen
Build
Prerequiste
Rive-Tizen requires ThorVG to render Rive graphical units. Please visit ThorVG and install that library by its guidance.
Prepare Sub Modules
Rive-Tizen extends rive-cpp project for exchanging backend rendering engine to Tizen specific. Thus, you can immediately clone the rive-cpp project and build it on Rive-Tizen repo.
git submodule update --init --recursive
Build Rive-Tizen
Basically, Rive-Tizen supports meson build system.
Install meson and ninja if not installed yet.
Run meson to configure Rive-Tizen.
meson build
Run ninja to build & install Rive-Tizen
ninja -C build install