-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch games from Punk #34
Comments
I could probably make it so that you can launch a game if you have Steam and the game installed if you had this in mind. But managing game library on my own would be a tremendous task. |
If users are signing in with Steam, you can get a listing of their owned games and take it from there, here's a discontinued app I was working on - SteamRoller Edit: Of course their library will have to be public. |
Thanks for chipping in. Personally, I'd like to avoid using the WebAPI for now since that would require users to provide their own API keys and this is probably not necessary. Punk can most likely retrieve this information from the Steam network itself. The only thing that worries me is that calling |
@scholtzm Maybe that would be okay...
|
If we could launch games and view our library directly from Punk that would be great.
Launching part should be fairly easy using 'steam://rungameid/"id"'
The text was updated successfully, but these errors were encountered: