bevy_simple_scroll_view

Crates.iobevy_simple_scroll_view
lib.rsbevy_simple_scroll_view
version0.2.0
sourcesrc
created_at2024-02-29 15:45:13.342719
updated_at2024-07-21 11:36:34.724694
descriptionSimple to use plugin implementing ScrollView into Bevy engine.
homepagehttps://github.com/Leinnan/bevy_simple_scroll_view
repositoryhttps://github.com/Leinnan/bevy_simple_scroll_view
max_upload_size
id1157908
size130,312
MevLyshkin (Leinnan)

documentation

README

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.14 0.2
0.13 0.1
Commit count: 0

cargo fmt