A 3D math playground visualizing on a canvas trait which the user needs to implement e.g. using XCB or a HTML5 Canvas for drawing as WebAssembly application. (Both exists in separate projects.)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
420 B

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