Skip to content

a Rust crate for rendering/gamedev using wasm and webgl

License

Notifications You must be signed in to change notification settings

HexoKnight/web-render-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-render-rs

a Rust crate for rendering/gamedev using wasm and webgl

Examples

to build the web-test example you'll want waasm-pack, and some local http server, eg. live-server:

cargo install wasm-pack
cargo install live-server
cd examples/web-test
wasm-pack build --target web
live-server -h localhost -p 8000

then visit localhost:8000 and voilá

About

a Rust crate for rendering/gamedev using wasm and webgl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages