Go to file
Piotr Siuszko eff6b3b06f UX improvements 2024-02-29 00:50:20 +01:00
.github/workflows Remove unused workflow 2024-02-28 23:41:39 +01:00
examples UX improvements 2024-02-29 00:50:20 +01:00
src UX improvements 2024-02-29 00:50:20 +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
Cargo.lock Init 2024-02-26 20:17:07 +01:00
Cargo.toml Scroll view test 2024-02-28 13:18:45 +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 path 2024-02-28 23:40:11 +01:00

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 --git https://github.com/Leinnan/bevy_simple_scroll_view.git