Qalculate / qalculate.github.io

Qalculate! web pages
30 stars 8 forks source link

Online calculator? #10

Open stephtr opened 2 years ago

stephtr commented 2 years ago

Would there actually be interest in having an interactive Qalculate on the website? Yesterday I finally managed to compile libqalculate in WebAssembly, I uploaded a ~quick & dirty example~ (now a slightly more sophisticated example) to https://qalculator.xyz. One current drawback is that the wasm file weighs 4 MB (gzipped 1.5 MB), but that could be downloaded optionally.

Edit: updated link

stephtr commented 1 year ago

ping @hanna-kn

hanna-kn commented 1 year ago

I guess it would be nice to have the web app directly on the official Qalculate website, as a smaller version on the front page and/or the full version in a separate page.

I do not however have any knowledge about (or interest in) web technologies, such as WebAssembly, and would not know how to achieve this myself.

stephtr commented 1 year ago

Ok, when I have some spare time, I'll try to extract my wasm build into something small & embeddable. I'll create a PR once done.