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
Love2D WebPlayer (WebGL)
- LiquidHelium
- Prole
- Posts: 8
- Joined: Wed May 02, 2012 2:07 pm
- Contact:
Re: Love2D WebPlayer (WebGL)
This is pretty cool! Thanks, LiquidHeliumLiquidHelium 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
Re: Love2D WebPlayer
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!).imediaconverter wrote:Safari 5.1 not supported.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.
And welcome to forum!
Re: Love2D WebPlayer (WebGL)
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.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
Re: Love2D WebPlayer (WebGL)
OMG! IT'S GIGAPUDDING ONLINE! No, you don't deserve to be sued! You have an excellent taste! LOLLiquidHelium 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
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Love2D WebPlayer (WebGL)
Oh my god, ghoulsblade, accept this pull request!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
LiquidHelium, this is sexy. And very ... giga puddi...
On an aside, https://github.com/ghoulsblade/love-webplayer/issues/9
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
- ghoulsblade
- Party member
- Posts: 111
- Joined: Sun Oct 31, 2010 6:11 pm
Re: Love2D WebPlayer (WebGL)
@accept pull request: (i guess you mean upload .love and instant webplay)josefnpat wrote:Oh my god, ghoulsblade, accept this pull request!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, 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 =)
love-android - gamejams
- LiquidHelium
- Prole
- Posts: 8
- Joined: Wed May 02, 2012 2:07 pm
- Contact:
Re: Love2D WebPlayer (WebGL)
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))ghoulsblade wrote:@accept pull request: (i guess you mean upload .love and instant webplay)josefnpat wrote:Oh my god, ghoulsblade, accept this pull request!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, 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 =)
- ghoulsblade
- Party member
- Posts: 111
- Joined: Sun Oct 31, 2010 6:11 pm
Re: Love2D WebPlayer (WebGL)
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.
Also : "recommended_way_to_implement_a_rendering_loop" so might be a bit faster =)
Also : better error messages since update before that.
love-android - gamejams
Re: Love2D WebPlayer (WebGL)
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.
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.
Who is online
Users browsing this forum: No registered users and 1 guest