Bevy Simple Scroll View
Simple to use plugin implementing ScrollView into Bevy engine. Supports scroll using dragging and scrolling, should work on all platforms.
Bevy_rPack
A Bevy plugin with support for the rpack.json
atlases.
Bevy PocketBase
Bevy integration with PocketBase. WIP. More info later.
Developed using version 0.21.1 of PocketBase.
Bevy Tiled Blueprints
Ability to read properties from Tiled maps objects straight into Bevy Engine.
WASM Window Resize
This crate makes Bevy application canvas match window size. Original idea and code behind: ManevilleF
Deprecated / Already covered by bevy
Button Released plugin
TL;DR use
Trigger<Pointer<Up>>
.
This crate was useful in older versions of the Bevy Engine. Starting from 0.15 what this crate helped with can be achieved in Bevy without extra dependencies.