labscript-suite / blacs

𝗯𝗹𝗮𝗰𝘀 supervises the execution of experiments controlled by the 𝘭𝘢𝘣𝘴𝘤𝘳𝘪𝘱𝘵 𝘴𝘶𝘪𝘵𝘦. It manages experiment queuing and hardware-timed execution, and provides manual control over devices between shots.
http://labscriptsuite.org
Other
4 stars 48 forks source link

Use `desktop-app` package for desktop integration #63

Closed chrisjbillington closed 4 years ago

chrisjbillington commented 4 years ago

Instead of labscript_utils.winshell and labscript_utils.winlauncher.

OS menu (e.g. Start menu on Windows) shortcuts can be created with desktop-app install blacs

And blacs can be run from the terminal with blacs or blacs-gui to run without a console on Windows.

Renamed BLACS.svg to blacs.svg to follow desktop-app defaults, rather than specify a custom icon path in its config.

rpanderson commented 4 years ago

See chrisjbillington/desktop-app#1.