Skip to content
Donny Viszneki edited this page Jul 25, 2014 · 9 revisions

LuaD

For general information about LuaD, as well as usage information, see the readme on the project front page.

Documentation

Library reference documentation can be found here.

Examples

Examples with explanations can be found in the example/ directory. Additional examples can be found throughout the library reference documentation.

Tutorial

See the tutorial for an introductory tutorial to using LuaD.

Building with GDC

As of July 2014, the latest GDC is using an old D front-end susceptible to DMD bug 12144. To work around this bug, you can feed all source files to the compiler simultaneously, including those in LuaD. If you allow LuaD to build libluad-d, and then attempt to link to it, you'll encounter the bug, and get a linker error about luad.base.LuaObject.__xOpEquals.

Clone this wiki locally