From 3d5926612e2054262944c5bb0943f749b93f976a Mon Sep 17 00:00:00 2001 From: muazkadan Date: Wed, 11 Mar 2026 21:37:44 +0300 Subject: [PATCH] docs: add RiveCMP community runtime --- docs.json | 3 ++- runtimes/community-runtimes/rive-cmp.mdx | 10 ++++++++++ runtimes/getting-started.mdx | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 runtimes/community-runtimes/rive-cmp.mdx diff --git a/docs.json b/docs.json index c7672566..d266ad18 100644 --- a/docs.json +++ b/docs.json @@ -632,7 +632,8 @@ "group": "Community Runtimes", "pages": [ "runtimes/community-runtimes/c-sharp", - "runtimes/community-runtimes/qt-quick" + "runtimes/community-runtimes/qt-quick", + "runtimes/community-runtimes/rive-cmp" ] } ] diff --git a/runtimes/community-runtimes/rive-cmp.mdx b/runtimes/community-runtimes/rive-cmp.mdx new file mode 100644 index 00000000..29ac6be6 --- /dev/null +++ b/runtimes/community-runtimes/rive-cmp.mdx @@ -0,0 +1,10 @@ +--- +title: 'RiveCMP' +description: 'A Compose Multiplatform wrapper library for integrating Rive animations' +--- + +This is not a Rive owned or maintained project. + +This library provides a unified API to use rive-android, rive-ios, and @rive-app/canvas seamlessly across Android, iOS, and Web platforms in Compose Multiplatform. + +See the [GitHub repository](https://github.com/muazkadan/Rive-CMP) for additional information. \ No newline at end of file diff --git a/runtimes/getting-started.mdx b/runtimes/getting-started.mdx index 77f81ef3..5aae79c0 100644 --- a/runtimes/getting-started.mdx +++ b/runtimes/getting-started.mdx @@ -148,6 +148,7 @@ Check out the runtime subpages for steps on how to get started! | --- | --- | --- | | QtQuick | [basysKom](https://github.com/basysKom) | [Github](https://github.com/basysKom/RiveQtQuickPlugin) | | UWP (C#) | Windows Community Toolkit | [Github](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/RivePlayer/samples/RivePlayer.md) | +| RiveCMP | [muazkadan](https://github.com/muazkadan) | [Github](https://github.com/muazkadan/Rive-CMP/blob/main/README.md) | ## Handling .riv files