joshvillbrandt / GoProController

An http API to control multiple GoPro cameras over wifi.
Apache License 2.0
190 stars 43 forks source link

Django to .exe, .app and .deb etc... #1

Closed KonradIT closed 10 years ago

KonradIT commented 10 years ago

It would be good to convert this app into a computer app for macosx (.app), windows (.exe) or linux images (.deb, .desktop etc...)

joshvillbrandt commented 10 years ago

Well, it's a web app, so you should be able to use any of the browser executables you already have to view the program.

I understand installation could be easier. I spent a lot of time yesterday trying to make it easier, including a setup.sh script that does almost everything for you. Unfortunately I do not have time to do anything more streamlined. :/

Feel free to submit a pull request though!

Josh

Sent from my iPhone

On Feb 17, 2014, at 11:09 PM, Konrad Iturbe notifications@github.com wrote:

It would be good to convert this app into a computer app for macosx (.app), windows (.exe) or linux images (.deb, .desktop etc...)

— Reply to this email directly or view it on GitHub.

KonradIT commented 10 years ago

In the OS IDEs, there are webviews so you can embed the webbrowser View. (Xcode=webView, VS= WebView and Linux=?)

joshvillbrandt commented 10 years ago

Cool. Thanks again for your interest, but I don't have plans to do this at this time.

Feel free to submit a pull request!

Josh

Sent from my iPhone

On Feb 18, 2014, at 7:53 AM, Konrad Iturbe notifications@github.com wrote:

In the OS IDEs, there are webviews so you can embed the webbrowser View. (Xcode=webView, VS= WebView and Linux=?)

— Reply to this email directly or view it on GitHub.