Page 1 of 1

Other Lua Game-related Libraries

Posted: Wed Aug 13, 2008 10:02 am
by qubodup

Doris

Posted: Wed Aug 13, 2008 10:03 am
by qubodup
Doris

Doris is a script driven OpenGL viewer. - It started as an experiment for binding code to Lua.

Re: Other Lua Game-related Libraries

Posted: Wed Aug 13, 2008 11:56 am
by rude
AGen

AGen is a project very similar to LÖVE. It has a built-in scene graph, spatial partitioning, physics and more. Ivan, the creator, can elaborate further if he wants! (He's on this forum).

Re: Other Lua Game-related Libraries

Posted: Wed Aug 13, 2008 12:06 pm
by Xfcn
LuaPlayer -- It has support for PSPs supposedly. I haven't tried it on mine, yet. I really can't afford to replace it and I don't want to brick my PSP.

Re: Other Lua Game-related Libraries

Posted: Wed Aug 13, 2008 1:04 pm
by qubodup
Freya

A group of Lua extensions from C++ that uses Allegro, JGMOD, Mappy. It has pixel-perfect collision detection (fast), a tile map system (and editor).

Re: Other Lua Game-related Libraries

Posted: Thu Aug 14, 2008 4:16 am
by Mr. Strange
Brain Damage:

http://codetank.com/wiki/index.php/Brain_Damage

This is a full IDE for writing and debugging lua scripts. It's windows-native, and has pretty decent graphics and input support. It's very app-friendly - I've written several function (non-sexy) tools through it. And the debugging functionality is really top-notch.

It has no audio support, and the draw routines can be a bit primitive. I had to script a double-buffer rendering routine to get any decent game-style outputs. But that was actually pretty straightforward.

Unfortunately, it seems like Brain Damage was put together in about 12 months, and in the last 6 months or so there has been no activity. So I'm not holding my breath for more functionality.

Brain Damage uses a much more "vanilla" style of lua, as opposed to love, which heaps tons of unique calls. Both good styles, but different.

--Mr. Strange

Re: Other Lua Game-related Libraries

Posted: Thu Aug 14, 2008 11:20 am
by qubodup
Mr. Strange wrote:This is a full IDE...
Libraries only please :)