Page 14 of 21

Re: Love2D WebPlayer (WebGL)

Posted: Wed May 02, 2012 2:12 pm
by LiquidHelium
Hey, I just signed up but I have been following this for a while. You guys are doing great work. I want to help but I don't really know JavaScript so I can't help in that regard, but I made an uploader that takes .love files and converts them for your web player. Also I added a skin ripping off this site (please don't sue) Youtube video here: http://www.youtube.com/watch?v=wPfpwgkEV3U
github fork here: https://github.com/LiquidHelium/love-webplayer

Re: Love2D WebPlayer (WebGL)

Posted: Thu May 10, 2012 2:41 pm
by fireblend
LiquidHelium wrote:Hey, I just signed up but I have been following this for a while. You guys are doing great work. I want to help but I don't really know JavaScript so I can't help in that regard, but I made an uploader that takes .love files and converts them for your web player. Also I added a skin ripping off this site (please don't sue) Youtube video here: http://www.youtube.com/watch?v=wPfpwgkEV3U
github fork here: https://github.com/LiquidHelium/love-webplayer
This is pretty cool! Thanks, LiquidHelium :D

Re: Love2D WebPlayer

Posted: Thu May 10, 2012 3:59 pm
by coffee
imediaconverter wrote:
coffee wrote:I'm using OSX. For now only working in Chrome. For my surprise not working in updated Safari. Also not working in Firefox 3.6 and Opera. In Chrome seems good.
Safari 5.1 not supported.
Really? I don't know what's funnier. That you quote me in your first post (I'm flattered! I guess), the fact that the post have 2 months and a lot was done since there or that if Love2D webplayer developers aren't supporting or worried about Safari actually almost all examples online work (except Mari0 I confess!).
And welcome to forum! :)
safari.png

Re: Love2D WebPlayer (WebGL)

Posted: Fri May 11, 2012 2:43 pm
by SiENcE
LiquidHelium wrote:Hey, I just signed up but I have been following this for a while. You guys are doing great work. I want to help but I don't really know JavaScript so I can't help in that regard, but I made an uploader that takes .love files and converts them for your web player. Also I added a skin ripping off this site (please don't sue) Youtube video here: http://www.youtube.com/watch?v=wPfpwgkEV3U
github fork here: https://github.com/LiquidHelium/love-webplayer
Cool! Hopefully we can get a repository for games on love2d.org ? Would be cool if someone can upload an love file and people can directly test it in his forum post.

Re: Love2D WebPlayer (WebGL)

Posted: Fri May 11, 2012 3:06 pm
by coffee
LiquidHelium wrote:Hey, I just signed up but I have been following this for a while. You guys are doing great work. I want to help but I don't really know JavaScript so I can't help in that regard, but I made an uploader that takes .love files and converts them for your web player. Also I added a skin ripping off this site (please don't sue) Youtube video here: http://www.youtube.com/watch?v=wPfpwgkEV3U
github fork here: https://github.com/LiquidHelium/love-webplayer
OMG! IT'S GIGAPUDDING ONLINE! No, you don't deserve to be sued! You have an excellent taste! LOL

Re: Love2D WebPlayer (WebGL)

Posted: Fri May 11, 2012 3:32 pm
by josefnpat
LiquidHelium wrote:Hey, I just signed up but I have been following this for a while. You guys are doing great work. I want to help but I don't really know JavaScript so I can't help in that regard, but I made an uploader that takes .love files and converts them for your web player. Also I added a skin ripping off this site (please don't sue) Youtube video here: http://www.youtube.com/watch?v=wPfpwgkEV3U
github fork here: https://github.com/LiquidHelium/love-webplayer
Oh my god, ghoulsblade, accept this pull request!

LiquidHelium, this is sexy. And very ... giga puddi...

On an aside, https://github.com/ghoulsblade/love-webplayer/issues/9

Re: Love2D WebPlayer (WebGL)

Posted: Sat May 12, 2012 12:10 pm
by ghoulsblade
josefnpat wrote:
LiquidHelium wrote:Hey, I just signed up but I have been following this for a while. You guys are doing great work. I want to help but I don't really know JavaScript so I can't help in that regard, but I made an uploader that takes .love files and converts them for your web player. Also I added a skin ripping off this site (please don't sue) Youtube video here: http://www.youtube.com/watch?v=wPfpwgkEV3U
github fork here: https://github.com/LiquidHelium/love-webplayer
Oh my god, ghoulsblade, accept this pull request!
@accept pull request: (i guess you mean upload .love and instant webplay)
cool, but sorry, i don't know enough server security (caging/virtual stuff) to risk this on my server, so someone else will have to host it =)

Re: Love2D WebPlayer (WebGL)

Posted: Sun May 13, 2012 8:02 am
by LiquidHelium
ghoulsblade wrote:
josefnpat wrote:
LiquidHelium wrote:Hey, I just signed up but I have been following this for a while. You guys are doing great work. I want to help but I don't really know JavaScript so I can't help in that regard, but I made an uploader that takes .love files and converts them for your web player. Also I added a skin ripping off this site (please don't sue) Youtube video here: http://www.youtube.com/watch?v=wPfpwgkEV3U
github fork here: https://github.com/LiquidHelium/love-webplayer
Oh my god, ghoulsblade, accept this pull request!
@accept pull request: (i guess you mean upload .love and instant webplay)
cool, but sorry, i don't know enough server security (caging/virtual stuff) to risk this on my server, so someone else will have to host it =)
Yeah, you are right not to, there is no security at all on the thing, maybe someone who is a little more familiar with php security than me can take a look at it? I added an option to just disable the uploading completely in settings.php though, and that way you'll just get the new look and uploading method (generates html files instead of php ones (you'll have to use the auto-uploader for this to happen though, so maybe it's useless if you are doing work directly on the webserver))

Re: Love2D WebPlayer (WebGL)

Posted: Thu May 17, 2012 9:45 pm
by ghoulsblade
using "recommended way to initialize WebGL" by khronos group now, so it might work on a few more browsers and give better assistance if not.
Also : "recommended_way_to_implement_a_rendering_loop" so might be a bit faster =)
Also : better error messages since update before that.

Re: Love2D WebPlayer (WebGL)

Posted: Tue Jul 10, 2012 3:22 pm
by SiENcE
Any updates?

Is anyone working on this?

I would suggest to add this into the love2d workin tree. Otherwise this gets deprecated and this would be sad.