Skip to content

FrankenApps/bevy_meshtext_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

Releases

No releases published

Packages

No packages published