Skip to content

ricountzero/rust-wasm-touch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-wasm-touch

A simple WebAssembly module in Rust draws a bunch of triangles. Try to use GPU-based rendering.

You have to have pre-installed cargo install wasm-bindgen-cli.

To compile wasm do

wasm-pack build --target web

Use miniserve which is installable via Cargo

cargo install miniserve
miniserve . --index "index.html" -p 8080

Open http://0.0.0.0:8080/ on your web-browser.

About

Simple WebAssembly on Rust.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors