rive-app / rive-android

A runtime for interactive animations on Android
https://rive.app
MIT License
332 stars 30 forks source link

How to use with Android Canvas #274

Open andj207 opened 1 year ago

andj207 commented 1 year ago

My app is mainly work with Canvas and I would like to draw Rive on it and use Canvas's matrix feature. How can I do it? Does Rive have any implementation of android Drawable like Lottie? With Drawable, I can draw on canvas and use matrix feature.

muzafakar commented 6 months ago

Same for my project, capability to draw on Canvas is needed