Skip to content

Commit 3d59266

Browse files
committed
docs: add RiveCMP community runtime
1 parent 3fe35a2 commit 3d59266

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,8 @@
632632
"group": "Community Runtimes",
633633
"pages": [
634634
"runtimes/community-runtimes/c-sharp",
635-
"runtimes/community-runtimes/qt-quick"
635+
"runtimes/community-runtimes/qt-quick",
636+
"runtimes/community-runtimes/rive-cmp"
636637
]
637638
}
638639
]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: 'RiveCMP'
3+
description: 'A Compose Multiplatform wrapper library for integrating Rive animations'
4+
---
5+
6+
<Note>This is not a Rive owned or maintained project.</Note>
7+
8+
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.
9+
10+
See the [GitHub repository](https://github.com/muazkadan/Rive-CMP) for additional information.

runtimes/getting-started.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Check out the runtime subpages for steps on how to get started!
148148
| --- | --- | --- |
149149
| QtQuick | [basysKom](https://github.com/basysKom) | [Github](https://github.com/basysKom/RiveQtQuickPlugin) |
150150
| UWP (C#) | Windows Community Toolkit | [Github](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/RivePlayer/samples/RivePlayer.md) |
151+
| RiveCMP | [muazkadan](https://github.com/muazkadan) | [Github](https://github.com/muazkadan/Rive-CMP/blob/main/README.md) |
151152

152153

153154
## Handling .riv files

0 commit comments

Comments
 (0)