From 22c03d75f13472c442397c83f5b42625b1eab03f Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Fri, 10 Jan 2020 19:46:45 +0100 Subject: [PATCH] Add html5 related urls --- fractional/notes/html5 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fractional/notes/html5 diff --git a/fractional/notes/html5 b/fractional/notes/html5 new file mode 100644 index 0000000..b2cb4e1 --- /dev/null +++ b/fractional/notes/html5 @@ -0,0 +1,7 @@ +I really would like to see a HTML5 canvas as canvas for the 3D code. + +Some URLs: +- https://stackoverflow.com/questions/42806037/modify-canvas-from-wasm +- https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.HtmlCanvasElement.html +- https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.CanvasRenderingContext2d.html +- https://stackoverflow.com/questions/49935207/editing-canvas-pixel-data-in-webassembly-rust