lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello list,

Some of the comments in the topic about the article made me want to give Lua a try as a host language (I'm a lurker on this list :-) ). I've done this before (using Lua Player for the Sony PSP) a long time ago, but those were my 2nd and 3rd programming projects ever, so nothing too complex.

Can anyone who has done this before give me some tips? This will be a game, I will be using SDL (and friends) and maybe Guichan for the interfaces. I'm thinking I'll write my own wrappers around these using Luabind. I already have a start with SDL from an older project, and Guichan doesn't require much work since it already has a nice OOP framework.

Thanks in advance!