[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Need hints
- From: Leo Cabrera <leo28c@...>
- Date: Thu, 09 Oct 2008 21:44:01 -0500
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!