Spacebrew / spacebrew

A dynamic re-routable software toolkit for choreographing interactive spaces.
MIT License
222 stars 50 forks source link

create desktop GUI app to run/manage spacebrew server #64

Open quinkennedy opened 8 years ago

quinkennedy commented 8 years ago

such as was made for ECS. Best option seems to be an Electron app which runs the server as a backend process and uses pipes/IPC/sockets to communicate between the two.

Other recommendations welcome.

stretch goal, include an admin interface.

robotconscience commented 8 years ago

Have a MVP working here (emphasis on the "M"): https://github.com/robotconscience/spacebrew-electron

"For reals" version will instead have a start/stop button, a way to set the port/other configs, and probably still the admin as a tab or something.