williamparry / cloudRIG

Stream your applications with Parsec and AWS on the cheap.
MIT License
154 stars 28 forks source link

Feature: Quick install emulators [$100] #79

Closed williamparry closed 6 years ago

williamparry commented 6 years ago
  1. Add install chocolatey to the start functions: https://github.com/williamparry/cloudRIG/blob/dev/lib/index.js#L2607
  2. In the UI, where there's the YouTube video playlist, instead have icons that allow the user to click to install an emulator. Use sendMessage to execute.
--- Did you help close this issue? Go claim the **[$100 bounty](https://www.bountysource.com/issues/57460988-feature-quick-install-emulators?utm_campaign=plugin&utm_content=tracker%2F51879914&utm_medium=issues&utm_source=github)** on [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F51879914&utm_medium=issues&utm_source=github).
williamparry commented 6 years ago

Ideally this would be done without chocolatey, but it's OK if it is.

artem7902 commented 6 years ago

@williamparry Ok, but unfortunately I can't understand what emulators you want to install. Please explain a little :)

williamparry commented 6 years ago

The flow would be, once the the instance is ready, it would swap out the YouTube embed with: "Install an emulator" and a disclaimer text saying "Use at your own risk".

It would have a button with the logo for each one (get as high resolution / svg as you can), and when you click it, it will install chocolatey, and the emulator they chose.

artem7902 commented 6 years ago

@williamparry Ok, thanks for the explanation. I'm starting to work on this.