Skip to content

Commit

Permalink
0.1 last updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Feb 29, 2024
1 parent 6f2599a commit 1603c85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
[![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)

Expand All @@ -28,9 +28,8 @@ Please keep PRs small and scoped to a single feature or fix.

## 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.
- **DOCS**
- **MORE DOCS**
- _optional_ if there would be simple enough implementation I would consider adding scrollbars.

## Bevy compatibility table
Expand Down

0 comments on commit 1603c85

Please sign in to comment.