|
|
||
|---|---|---|
| .github/workflows | ||
| examples | ||
| src | ||
| wasm | ||
| .gitignore | ||
| CHANGELOG.md | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| record.gif | ||
README.md
Bevy Simple Scroll View
Simple to use plugin implementing ScrollView into Bevy engine. Supports scroll using dragging and scrolling.
More details available in simple.rs example.
Installation
cargo add bevy_simple_scroll_view
Contributing
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.
Planned features
- one big thing missing is support for the TouchInput events so the mobile platforms would work well.
- horizontal scroll, should be pretty simple.
- DOCS
- optional if there would be simple enough implementation I would consider adding scrollbars.
Bevy compatibility table
| Bevy version | crate version |
|---|---|
| 0.13 | 0.1 |
