Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,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"
]
}
]
Expand Down
10 changes: 10 additions & 0 deletions runtimes/community-runtimes/rive-cmp.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 'RiveCMP'
description: 'A Compose Multiplatform wrapper library for integrating Rive animations'
---

<Note>This is not a Rive owned or maintained project.</Note>

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.
1 change: 1 addition & 0 deletions runtimes/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,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
Expand Down