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
Punchdrunk - Another Love-to-Web tool.
Re: Punchdrunk - Another Love-to-Web tool.
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.
Wow, I didn't realize that my game reached as many people as it did! Thanks for sharing it!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
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.
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.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.
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
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.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.
Re: Punchdrunk - Another Love-to-Web tool.
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.
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!
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.
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.
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.
Pretty damn cool, kudos!
As punchdrunk improves, it would be awesome to have it being used in the wiki for examples and whatnot
As punchdrunk improves, it would be awesome to have it being used in the wiki for examples and whatnot
Re: Punchdrunk - Another Love-to-Web tool.
<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
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
- Attachments
-
- game.love
- (161.82 KiB) Downloaded 635 times
Re: Punchdrunk - Another Love-to-Web tool.
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
Who is online
Users browsing this forum: No registered users and 0 guests