Tauri#78
Conversation
|
Hey @d0z4rt 👋🏻 EDIT: I'm thinking, maybe it might be just easier to add support for Progressive Web App (PWA) for this app? |
|
I don't think it's going be too complicated since Tauri is just used to run the web app and doesn't require additional code, tho in the future you could make fancy exporting methods or even move some calculations to Rust but you'll need a js fallback in order for the app to still work in a browser (using OffscreenCanvas for example as you already mentioned in one of your issue). Imo the hardest part of adding tauri to this repo is handling builds with GitHub actions, there is some guidance here but I haven't tried yet. As for PWA they're interesting on mobile but sadly it's not fully supported on desktop yet. See: PWA Browser support |
|
OK, I see. I'll take a look later then... |
|
Hey, It uses a matrix in order to build for all platforms and produce a |
|
@d0z4rt Hi! I was thinking about this for a while and the current UI of the app feels like not that well prepared to be a desktop one. It's mostly because of the scroll presence, while for the desktop I think it should be more compact and have some kind of panels. So for now, I'll put this idea on hold, and I hope you'll understand. Thanks for your efforts! I'll leave this PR as is and come back later to it when it's time for this change :) |
|
Heya, no worries I understand 😁 |

Heya, I thought it would be nice to be able to run the app in 'standalone' using Tauri. This is a work-in-progress and I wanted to open up the discussion to see if this idea might interests you :)