API Wars

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
rude
Administrator
Posts: 1052
Joined: Mon Feb 04, 2008 3:58 pm
Location: Oslo, Norway

Re: API Wars

Post by rude »

@osgeld: Yeah, if you can tell me how. Using /subsystem:console in Visual Studio has the effect that you want, but it also causes the console to appear when running games by double-clicking, which is very undesirable.
User avatar
Inny
Party member
Posts: 652
Joined: Fri Jan 30, 2009 3:41 am
Location: New York

Re: API Wars

Post by Inny »

Question.

Are there any plans to include some support for Tiled's map files? The LOVE way of doing things seems to be via mostly opaque objects (full userdata tables?), so I can see why the time investment there necessary would make it unlikely. But, would there be any utility methods for getting at the very least access to zlib and a base64 converter?

(I'm assuming Love has a zlib dependancy via PhysicFS)
User avatar
Kaze
Party member
Posts: 189
Joined: Sat Jul 19, 2008 4:39 pm
Location: Dublin, Ireland

Re: API Wars

Post by Kaze »

Inny wrote:Question.

Are there any plans to include some support for Tiled's map files? The LOVE way of doing things seems to be via mostly opaque objects (full userdata tables?), so I can see why the time investment there necessary would make it unlikely. But, would there be any utility methods for getting at the very least access to zlib and a base64 converter?

(I'm assuming Love has a zlib dependancy via PhysicFS)
LOVE doesn't have any framework for real games, and hopefully never will (By default); I like LOVE as it is: simple & minimalistic. Maybe someone will create a game base for side scrolling / tiled games.
osuf oboys
Party member
Posts: 215
Joined: Sun Jan 18, 2009 8:03 pm

Re: API Wars

Post by osuf oboys »

Kaze wrote:
Inny wrote:Question.

Are there any plans to include some support for Tiled's map files? The LOVE way of doing things seems to be via mostly opaque objects (full userdata tables?), so I can see why the time investment there necessary would make it unlikely. But, would there be any utility methods for getting at the very least access to zlib and a base64 converter?

(I'm assuming Love has a zlib dependancy via PhysicFS)
LOVE doesn't have any framework for real games, and hopefully never will (By default); I like LOVE as it is: simple & minimalistic. Maybe someone will create a game base for side scrolling / tiled games.
Agreed but I nevertheless believe that there should be one or more standard libraries to aid the community. Every game class, e.g. platformers, RTS', etc., has common elements between and in the respective classes. If we can, we should certainly collect functionality for such elements and improve upon them. I don't think this will work out if there is a specific person who administrates such a library, e.g. if they get tired of LÖVE or simply not as motivated as they initially were.

I would certainly like to see wiki pages or the like for such an initiative - any takers?
If I haven't written anything else, you may assume that my work is released under the LPC License - the LÖVE Community. See http://love2d.org/wiki/index.php?title=LPC_License.
User avatar
Inny
Party member
Posts: 652
Joined: Fri Jan 30, 2009 3:41 am
Location: New York

Re: API Wars

Post by Inny »

Kaze wrote:
Inny wrote:Question.

Are there any plans to include some support for Tiled's map files? The LOVE way of doing things seems to be via mostly opaque objects (full userdata tables?), so I can see why the time investment there necessary would make it unlikely. But, would there be any utility methods for getting at the very least access to zlib and a base64 converter?

(I'm assuming Love has a zlib dependancy via PhysicFS)
LOVE doesn't have any framework for real games, and hopefully never will (By default); I like LOVE as it is: simple & minimalistic. Maybe someone will create a game base for side scrolling / tiled games.
I agree, for the most part. Lua itself can provide the code necessary for a framework. That's why I suggested the utility methods, so that the frameworks could be made. In the case of zlib, simple access to inflate would suffice. Lua can do the DOM parsing of the .tmx files, and maybe even the base64.
User avatar
osgeld
Party member
Posts: 303
Joined: Sun Nov 23, 2008 10:13 pm

Re: API Wars

Post by osgeld »

heres a clunky core lua lib to en/de code base64, i checked it against a website, and another scripting language, and for the phrase "fuzzynuts" it encoded and decoded just fine in love

so, for tiled, the major hurdle would be the gz compression

~and~ the use for gz decompression in love is pretty limited to this one agenda, altho it is a pretty decent one, so no matter the outcome i would not be sad
User avatar
Tad2020
Prole
Posts: 9
Joined: Fri Feb 06, 2009 12:00 am

Re: API Wars

Post by Tad2020 »

You could use an external module like [urlhttp://luaforge.net/projects/lzlib/]lzlib[/url]. But a better solution might be to convert the tiled map files in to native lua, they don't need to be compressed a second time since you'll already be compressing them in to the .love.
User avatar
Inny
Party member
Posts: 652
Joined: Fri Jan 30, 2009 3:41 am
Location: New York

Re: API Wars

Post by Inny »

The Lua Plugin for Tiled isn't very good. I should know, I wrote it.
User avatar
Sardtok
Party member
Posts: 108
Joined: Thu Feb 21, 2008 2:37 pm
Location: Norway/Norge/諾威/挪威 (Yes, I'm teh back!)
Contact:

Re: API Wars

Post by Sardtok »

rude wrote:@osgeld: Yeah, if you can tell me how. Using /subsystem:console in Visual Studio has the effect that you want, but it also causes the console to appear when running games by double-clicking, which is very undesirable.
Shouldn't stdout work just fine? Not sure what happens to the output if it's not run from a CLI (whether it just gets thrown away or redirected to a file), but stdout exists on all platforms and is part of stdio.
Take off every Zigg for great rapist.
Now, outgay that!
Zergreth
Prole
Posts: 2
Joined: Sat Feb 07, 2009 9:29 pm

Re: API Wars

Post by Zergreth »

Kaze wrote:Maybe someone will create a game base for side scrolling / tiled games.
I actually want to do that. Will probably take some time though :|
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 44 guests