rust-webassembly
rust-webassembly copied to clipboard
Please add Canvas example
Hi,
Can you please add canvas example, like:
- Draw some circles, rectangles
- Display Bitmap sprite
- Display animated bitmap
I tried playing around around with piston2d. I was not successful in exporting it to wasm. Thanks! :)
Sure thing. I've dug around a bit into this, but haven't yet created an example because of how complex OpenGL is.