Skip to content

wotori-studio/ekza-bevy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NFText visualization prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published