Extending Luxinia
Lua has a builtin library mechanism that allows Lua to load libs and dlls. This way you can add a variety of further functions to your projects, or use compiled dlls to speed up time critical tasks.
A few examples of such extensions can be found at KeplerProject
Make sure you use dlls for the Lua version Luxinia uses (5.1).

