Re: Embedding lua - passing arrays, multidimensional arrays
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Embedding lua - passing arrays, multidimensional arrays
- From: steve donovan <steve.j.donovan@...>
- Date: 2015年9月23日 09:54:02 +0200
On Wed, Sep 23, 2015 at 8:40 AM, Ervin Hegedüs <airween@gmail.com> wrote:
> At first, I'ld like to use Lua as a "config" file, so there is a
> C based code, but few functions should be implemented in Lua, eg.
> calculate the points in a game...
You could use a higher-level C wrapper for the common operations
(shameless plug)
https://github.com/stevedonovan/llua
steve d.