| Crates.io | bevy_simple_scroll_view |
| lib.rs | bevy_simple_scroll_view |
| version | 0.4.0 |
| created_at | 2024-02-29 15:45:13.342719+00 |
| updated_at | 2025-05-07 08:54:15.232469+00 |
| description | Simple to use plugin implementing ScrollView into Bevy engine. |
| homepage | https://github.com/Leinnan/bevy_simple_scroll_view |
| repository | https://github.com/Leinnan/bevy_simple_scroll_view |
| max_upload_size | |
| id | 1157908 |
| size | 147,797 |
Simple to use plugin implementing ScrollView into Bevy engine. Supports scroll using dragging and scrolling, should work on all platforms.

More details available in simple.rs example.
cargo add bevy_simple_scroll_view
Please feel free to open a PR, but keep in mind this project's goals. This is meant to be a simple scroll view widget.
The code should be simple enough for users to quickly understand and modify for their own purposes.
Please keep PRs small and scoped to a single feature or fix.
| Bevy version | crate version |
|---|---|
| 0.16 | 0.4 |
| 0.15 | 0.3 |
| 0.14 | 0.2 |
| 0.13 | 0.1 |