Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 807 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 807 Bytes

ekza-bevy

NFText visualization prototype

image

run the demo

  • % cargo build
  • % cargo run

build app

  • cargo build release

wasm

cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --out-name wasm_example --out-dir target/ --target web target/wasm32-unknown-unknown/release/ekza-bevy-engine.wasm

then run server and access app via index.html

build one file and other options:

https://github.com/bevyengine/bevy/discussions/4176

run on android:

  • % cargo apk run

more info about building app here

requirements

android-sdk: sudo apt update && sudo apt install android-sdk