josefnpat / vapor

Vapor - LÖVE Distribution Client
zlib License
77 stars 24 forks source link

Add websites for game developers #69

Closed josefnpat closed 11 years ago

josefnpat commented 11 years ago

Let's get some clickage going for our devs!

Let's add websites to the games.json and render it in the client, so folks can clicky click.

Maybe even add twitter, facebook or something? Those would be easy to embed...

http://ananasblau.com/post/49239876807/lua-love-code-to-open-urls-cross-plattform

icrawler commented 11 years ago

I'm not sure how will Love2D open hyperlinks though. Perhaps a little edit to the love2d source files will work?

josefnpat commented 11 years ago

@icrawler we could use a link icon, and then use the Lua that I posted

qaisjp commented 11 years ago

In vapor, awesomium. otherwise opening in browser should be pretty easy using OS.execute or similar.

josefnpat commented 11 years ago

This functionality has been added. Need to go through the games.json with whatever websites we can find.