Skip to content

rive-app/rive-tizen

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.

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

About

Rive runtime for Tizen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published