ivmartel / dwv

DICOM Web Viewer: open source zero footprint medical image library.
https://ivmartel.github.io/dwv/
GNU General Public License v3.0
1.61k stars 587 forks source link

package this app in electron? #1653

Open davidawad opened 2 months ago

davidawad commented 2 months ago

Hey there, this project could have a lot more impact if it was packaged as a cross-platform desktop app.

you could do that with electron, there's a lot of projects that do it from slack to jan which is open source.

that would also enable things like brew and chocolatey formulas to install dwv and get it to fully solve the problem. a yarn install is beyond most nurses but installing a .exe file isn't.

if you want help with this let me know. I'd love to point you to resources.

ivmartel commented 2 months ago

Thanks for the tip! I had a go at electron some time ago, check it out there: https://github.com/ivmartel/dwv-jqmobile-electron. It needs updating...