Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 353 Bytes

WASM WebGL Example for Rust

Structured to be as simple as possible to get started. Requires rustup and npm.

First, build with:

$ ./build.sh

Then, start server with:

$ ./start_server.sh

and then visit http://localhost:8080 in your browser! Simple as that!