rive-rs icon indicating copy to clipboard operation
rive-rs copied to clipboard

Results 11 rive-rs issues
Sort by recently updated
recently updated
newest added

## 🤖 New release * `rive-rs`: 0.1.0 Changelog ## [0.1.0](https://github.com/rive-app/rive-rs/releases/tag/rive-rs-v0.1.0) - 2025-07-04 ### Added - feat(Image sampler filters) Adds Image filter options for rendering images ([#9309](https://github.com/rive-app/rive-rs/pull/9309)) 930facea3f - Added minimal...

Hey, - I cloned the repo and ensured sub modules are cloned as well. - `cargo run --release` fails. Any idea what's happening? (I am on fedora 42, x11, gnome...

triage

Currently, when you clone mainline rive-rs and attempt to run the viewer with a file that has no animations, the viewer panics with the following error: ![image](https://github.com/user-attachments/assets/47786de7-0ca6-4e1a-aa5f-7be0bcabd31e) File: https://chasem.nyc3.cdn.digitaloceanspaces.com/GitHub/Static%20File.riv Based...

This PR is the bare minimum needed to get `rive-bevy` working with `bevy 0.13.0` and `vello 0.1.0`. Note that I haven't been able to get the standalone examples in this...

Since rive-renderer is now open-source, are there any plans to integrate it with rive-rs? Any updates on the timeline would be highly appreciated!

Hi and kudos for all the latest progress on Rive, it's literally day and night since the first time I played around with it. I gave a try at Rust...

Hello, Is it possible to acheive something similar to this in Rust ? https://github.com/HayesGordon/rive_flutter_runtime_color_change_example Do we have access to the required data structures of the rive scene ? Thanks

Hello, Would it be possible to expose required APIs for handling dynamic asset handling as specified in the documentation ? https://rive.app/community/doc/loading-assets/doct4wVHGPgC That would be great to make Rust integration on...

When opening rive files in examples/viewer, I noticed that it constantly shows pretty high GPU usage, even when the rive animation is not running. In comparison, opening the same files...

I tried to open [examples from rive-flutter](https://github.com/rive-app/rive-flutter/tree/master/example/assets) in the viewer from examples/viewer. When I'm dropping each rive file to the viewer, it almost always crashes with the following backtrace: ```...