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

https://github.com/extrawurst/bevy_web_drop_image_demo

Demos how to use dropped image files in a web based Bevy app as a sprite
https://github.com/extrawurst/bevy_web_drop_image_demo

Last synced: 10 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 texture demo

See [web demo](http://blog.extrawurst.org/bevy_web_drop_image_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
```