Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevy meshtext sample

Demonstrates how to use meshtext with bevy.

How to use

Desktop

  1. Run using cargo cargo run --release

WASM

  1. Build for wasm using cargo cargo build --release --target wasm32-unknown-unknown
  2. Create JS binding with wasm-bindgen wasm-bindgen --out-dir docs --target web target/wasm32-unknown-unknown/release/meshtext_bevy_sample.wasm
  3. Serve the root directory with a http-server. For example live-server

Additionally a prebuilt sample can be found here.

GIF

Screen capture

About

Demonstrates how to use meshtext with bevy.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages