lua-users home
lua-l archive

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


2013/6/9 Philipp Kraus <philipp.kraus@flashpixx.de>:

> I have got multidimensional cubes in C++ and would like to push them into LUA. I would like to create a structure in LUA like
> data[i][j][n] = 123
>

Take a look at Francesco Abbate's GSL-shell.

http://www.nongnu.org/gsl-shell

Only downside is that it's LuaJIT-only.