[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Newbie Questions
- From: "Nick Trout" <nick@...>
- Date: Thu, 30 Oct 2003 10:20:50 -0800
> Could someone please point me in the direction of a place to find
> information about embedding Lua in a C application? What I've been
able
> to unearth so far via the websites I've visited haven't given me what
> I'm looking for. What I'm looking for specifically is how to read
data
> from a Lua script into a C application (use the Lua script as a
resource
> file so to speak). More specifically I'd like to write a Zork like
game
> using the Lua script as a data file, as a means to teach myself how to
> use Lua.
>
> Can any one help?
http://doris.sf.net/ is an example of a simple console application that
uses Lua to expose OpenGL (from glLua).
Here is a list of other projects:
http://www.lua.org/uses.html
http://lua-users.org/wiki/LearningLua
http://lua-users.org/wiki/LuaTutorial
Nick