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

https://github.com/rustunit/bevy_web_drop_image_as_sprite

Demos how to use dropped image files in a web based Bevy app as a Sprite
https://github.com/rustunit/bevy_web_drop_image_as_sprite

Last synced: 4 months ago
JSON representation

Demos how to use dropped image files in a web based Bevy app as a Sprite

Awesome Lists containing this project

README

          

# bevy web drop image as sprite demo

![demo](./demo.gif)

pre-reqs to run
```sh
cargo install trunk
```

run locally. trunk will build the wasm using wasm-bindgen and run a local server to test it:
```sh
trunk serve
```