Skip to content

sanri/demo-bevy_robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-bevy_robot

Display UR5 robots using the bevy engine

native application

build

Run cmd

cargo build --release

run

Run cmd

cargo run --release

single page web application

build

Compile to wasm, refer to trunk. the generated files are in the path "./dist".

trunk build --release

run

use static-web-server or others web-server.

static-web-server -p 8080 --root ./dist/

About

Display UR5 robots using the bevy engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published