Vis4Sense / HistoryMap

http://sensemap.io
60 stars 7 forks source link

Historymap in new window, side panel, or overlay? #181

Open Yuu-Han opened 10 hours ago

Yuu-Han commented 10 hours ago

Regarding the overlay idea (in case I forget):

kaidatavis commented 2 hours 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.