0.1 last updates

This commit is contained in:
Piotr Siuszko 2024-02-29 16:40:52 +01:00
parent 6f2599aa4f
commit 1603c85a05
1 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
[![Following released Bevy versions](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking) [![Following released Bevy versions](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking)
[![crates.io](https://img.shields.io/crates/d/bevy_simple_scroll_view.svg)](https://crates.io/crates/bevy_simple_scroll_view) [![crates.io](https://img.shields.io/crates/d/bevy_simple_scroll_view.svg)](https://crates.io/crates/bevy_simple_scroll_view)
Simple to use plugin implementing ScrollView into Bevy engine. Supports scroll using dragging and scrolling. 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](record.gif) ![Gif with plugin in action](record.gif)
@ -28,9 +28,8 @@ Please keep PRs small and scoped to a single feature or fix.
## Planned features ## Planned features
- one big thing missing is support for the [TouchInput events](https://docs.rs/bevy/latest/bevy/input/touch/struct.TouchInput.html) so the mobile platforms would work well.
- horizontal scroll, should be pretty simple. - horizontal scroll, should be pretty simple.
- **DOCS** - **MORE DOCS**
- _optional_ if there would be simple enough implementation I would consider adding scrollbars. - _optional_ if there would be simple enough implementation I would consider adding scrollbars.
## Bevy compatibility table ## Bevy compatibility table