Open FishOrBear opened 3 years ago
You can compile this library (and other c++) using Emscripten. I compiled the full CavalierContoursDev Qt app for the web demo. I haven't worked on making this library available directly via wasm.
Continued development of this library is happening in Rust (repository here). I have already started wrapping some of the library for wasm here, wrapper code here. It is all under construction but contributions are welcome. In terms of my development time this will be the future of the project and is easy to expose to wasm via wasm-bindgen
and wasm-pack
.
This is a cool project