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
- Host: GitHub
- URL: https://github.com/rustunit/bevy_web_drop_image_as_sprite
- Owner: rustunit
- Created: 2024-11-03T17:17:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T09:03:31.000Z (about 1 year ago)
- Last Synced: 2025-04-12T12:06:54.415Z (10 months ago)
- Language: Rust
- Homepage: https://rustunit.com/bevy_web_drop_image_as_sprite/
- Size: 19 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bevy web drop image as sprite 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
```