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
- Host: GitHub
- URL: https://github.com/extrawurst/bevy_web_drop_image_demo
- Owner: extrawurst
- Created: 2024-08-30T04:34:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T05:01:24.000Z (almost 2 years ago)
- Last Synced: 2025-09-06T01:36:58.556Z (10 months ago)
- Language: Rust
- Homepage: http://blog.extrawurst.org/bevy_web_drop_image_demo/
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).

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
```