Page 2 of 3

Re: Punchdrunk - Another Love-to-Web tool.

Posted: Wed Jun 04, 2014 11:03 am
by Tanner
I'm really happy to see that qwook published a simple Love game using this tool: http://gamejolt.com/games/arcade/djarlum/27466/

Proof: https://twitter.com/qw00k/status/472982052514435072

Re: Punchdrunk - Another Love-to-Web tool.

Posted: Wed Jun 04, 2014 2:27 pm
by SiENcE
It would be cool, when Punchdrunk is ready for the big wide world...to integrate it into this forum to start attached loves.

Re: Punchdrunk - Another Love-to-Web tool.

Posted: Wed Jun 11, 2014 2:28 pm
by qwook
Tanner wrote:I'm really happy to see that qwook published a simple Love game using this tool: http://gamejolt.com/games/arcade/djarlum/27466/

Proof: https://twitter.com/qw00k/status/472982052514435072
Wow, I didn't realize that my game reached as many people as it did! Thanks for sharing it!

Unfortunately, I've been seeing quite a few slowdown issues, which is really more due to canvas support on certain browsers than anything.
I'd propose using something like pixi to render graphics. It renders WebGL when it can, and falls back onto canvas when it can't.

I also don't recommend using coffeescript. I love coffeescript but a lot of other people don't, and it will keep a lot of people off from contributing.

Re: Punchdrunk - Another Love-to-Web tool.

Posted: Wed Jun 11, 2014 4:17 pm
by Tanner
qwook wrote:Unfortunately, I've been seeing quite a few slowdown issues, which is really more due to canvas support on certain browsers than anything.
I'd propose using something like pixi to render graphics. It renders WebGL when it can, and falls back onto canvas when it can't.
I really like PIXI and have used it for a few small projects but it's very different from Love in the way it handles rendering and transform hierarchies. I've been using it as a reference on how to implement certain things but using it as a graphics backend would be really frustrating with Love's API.

But I have been working on implementing webgl rendering. It's rudimentary for now but the building blocks are there and it's great because I can pretty much use Love's GLES code line for line almost. https://github.com/TannerRogalsky/punchdrunk/tree/webgl
qwook wrote:I also don't recommend using coffeescript. I love coffeescript but a lot of other people don't, and it will keep a lot of people off from contributing.
I appreciate that. I spent two weeks at the start of this project just considering which language to use. Ultimately, the decision to use CoffeeScript came from the context issue when interoperating between Lua and JS. CoffeeScript's function binding provided an elegant solution to the problem. It wasn't something I came to lightly and I'm still very cautious when using Coffee's "magic" but it has saved me a lot of time and templated code so, so far, it's been a boon. I hope anyone who hates CoffeeScript can appreciate that in turn.

Re: Punchdrunk - Another Love-to-Web tool.

Posted: Wed Jun 11, 2014 6:42 pm
by qwook
Looks like you got things all figured out! I can't wait to see this project mature, I see a lot of potential in it. I'd be happy to contribute when I have more time.

Re: Punchdrunk - Another Love-to-Web tool.

Posted: Tue Jul 01, 2014 7:48 am
by SouL
Hey!

You showed me the project before but I wanted to give my best wishes to the project! :)

I hope we will see nice improvements from time to time because it can be another way to distribute LÖVE games!

Re: Punchdrunk - Another Love-to-Web tool.

Posted: Fri Jul 18, 2014 5:57 pm
by Tanner
I've released a new version of punchdrunk. It's a small update (relatively) but it does represent the first time any one Love module is completely implemented: love.math. Everything under the love.math namespace should work under punchdrunk exactly as it does under Love.

https://github.com/TannerRogalsky/punch ... tag/v0.0.4

http://lovefiddle.com/ has also been update to use the new version.

Re: Punchdrunk - Another Love-to-Web tool.

Posted: Sat Jul 19, 2014 1:25 am
by OttoRobba
Pretty damn cool, kudos!

As punchdrunk improves, it would be awesome to have it being used in the wiki for examples and whatnot :D

Re: Punchdrunk - Another Love-to-Web tool.

Posted: Mon Nov 24, 2014 12:37 pm
by Ulydev
<stupid question/>

EDIT : Found the answer. Keep up the awesome work !

EDIT 2: Punchdrunk is really great ! I finally understood how to get my .love playable on a website. Now here's my problem : http://ulydev.github.io/Love2D-Web/punchdrunk/. As soon as you click on the game, it starts lagging a lot. How to solve that ?

Thank you in advance :awesome:

Re: Punchdrunk - Another Love-to-Web tool.

Posted: Wed Mar 11, 2015 11:20 am
by adekto
im trying to get this thing running but its just not working. idk what im doing wrong none of that npm stuff is working iand testing it on a server it wast working ether