lua-users home
lua-l archive

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


Luaarray is a module that can serve as a C array to Lua table bridge. It allows the creation of C arrays of any dimensionality from within Lua and its subsequent treatment as if they were normal Lua tables. You can also use the C api to expose a C array from within the host application as a Lua table so it can be of use in the efficient representation and manipulation of structures which are array-like by nature, such as images, sounds or vectors and matrices.

Luaarray works with Lua versions 5.1 and 5.2 and is licensed under the terms of the MIT/X11 license.

You can find the project page here: http://www.nongnu.org/techne/lua/luaarray/

Until the mirrors pick it up, you can download the tarball from the attached file.

Dimitris

Attachment: luaarray.tar.gz
Description: GNU Zip compressed data