GuLinux / AstroPhoto-Plus

A lightweight, web based astrophotography sequence generator and INDI client written in Python and React.
https://astrophotoplus.gulinux.net
GNU General Public License v3.0
53 stars 8 forks source link

Desktop version #111

Open GuLinux opened 5 years ago

GuLinux commented 5 years ago

Package a desktop version to have native notifications on Desktop.

Blocked by https://github.com/electron/electron/issues/15448 (unless we decide to package the bundle entirely inside the electron app) Now implemented with Qt WebEngine, plus a separate SSE channel for notifications.

GuLinux commented 5 years ago

Tried spike using remote bundle, but it doesn't support notifications due to chomium https requirements. A local bundle is necessary.