SourceRenderer icon indicating copy to clipboard operation
SourceRenderer copied to clipboard

Rewrite Web platform

Open K0bin opened this issue 3 years ago • 0 comments

I'm using too much C++ code anyway to target the pure Rust WASM export + Emscripten handles a lot of annoying things for me (and works better with threads).

I'll also have to rewrite the WebGL graphics backend, either using OpenGL (ES) directly or using WebGPU which has a WebGL backend itself. I'm leaning towards the latter option to be able to get rid of OpenGL as soon as possible.

K0bin avatar Jan 19 '23 00:01 K0bin