Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kayhhh/bevy_web_file_drop

Bevy plugin adding better support for drag and drop files in the web.
https://github.com/kayhhh/bevy_web_file_drop

bevy drag-and-drop files web

Last synced: 2 months ago
JSON representation

Bevy plugin adding better support for drag and drop files in the web.

Awesome Lists containing this project

README

        

# bevy_web_file_drop

Bevy plugin adding better support for drag and drop files in the web.
Bevy has built in [drag and drop events](https://docs.rs/bevy/latest/bevy/prelude/enum.FileDragAndDrop.html), but they cause a panic when used in a web build and don't cancel the default browser behavior.
This plugin adds some custom JavaScript glue around the canvas to catch these events and relay them to Bevy.