Go to file
Piotr Siuszko 175914f65c Update README 2024-12-17 13:56:42 +01:00
.github/workflows Plugin ready for Bevy 0.15 2024-11-17 09:06:37 +01:00
examples Last fixes 2024-12-17 13:31:02 +01:00
src Last fixes 2024-12-17 13:31:02 +01:00
wasm Scroll view test 2024-02-28 13:18:45 +01:00
.gitignore Scroll speed 2024-02-27 10:02:49 +01:00
CHANGELOG.md Plugin ready for Bevy 0.15 2024-11-17 09:06:37 +01:00
Cargo.toml Last fixes 2024-12-17 13:31:02 +01:00
LICENSE-APACHE Licences, README, patch 2024-02-28 22:24:26 +01:00
LICENSE-MIT Licences, README, patch 2024-02-28 22:24:26 +01:00
README.md Update README 2024-12-17 13:56:42 +01:00
record.gif Plugin ready for Bevy 0.15 2024-11-17 09:06:37 +01:00

README.md

Bevy Simple Scroll View

crates.io docs license Following released Bevy versions crates.io

Simple to use plugin implementing ScrollView into Bevy engine. Supports scroll using dragging and scrolling, should work on all platforms.

Gif with plugin in action

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

  • horizontal scroll, should be pretty simple.
  • MORE DOCS
  • optional if there would be simple enough implementation I would consider adding scrollbars.

Bevy compatibility table

Bevy version crate version
0.15 0.3
0.14 0.2
0.13 0.1