Open Yuu-Han opened 1 month ago
I am a bit concerned about a desktop app, partly because of the size overhead and the development efforts needed (we are a super small team :-). I think tool like Electron effectively has the chromium inside, which can be a bit overkill for simple app.
Something similar is Tauri, which seems promising but I didn't get time to look into. There is more information on similar tools on State of JS (and many other libraries and tools that would distract you forever :-).
I don't remember if I mentioned this before: another thing we tried before is to have a remote server that stores all the data and do the visualisation, which can be left in separate tab. However, the lag between the server and browser can be considerable sometimes.
Regarding the overlay idea (in case I forget):