RE: C++ binding
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: C++ binding
- From: Timothée VERROUIL <dreamothee@...>
- Date: Thu, 7 Apr 2011 14:26:43 +0000
Thanks,
I know about this library but I don't want to use one of them.
The main reason is I use a reflexivity system to register all my classes, attributes, properties and methods.
Tim
> Date: Thu, 7 Apr 2011 11:06:22 -0300
> From: guilhermedestefani@gmail.com
> To: lua-l@lists.lua.org
> Subject: Re: C++ binding
>
> I know that this may not fit your needs, but there are some nice
> libraries that helps to expose C++ classes to lua.
> For example:
> http://www.rasterbar.com/products/luabind/docs.html#properties
> Guilherme.
>