Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 451 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 451 Bytes

Initial play around with the 2D canvas using Rust wasm

Initially based upon the "without-a-bundler-no-modules" rustwasm example here.

The running version of this is here:

    https://justinclift.github.io/rust_canvas_2d/

The code can be built locally with:

$ ./build.sh

Then open http://localhost:8080 in your browser to run it.