derelict-lua 2.0.0-beta.2

A dynamic binding to the Lua scripting language library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictLua

A dynamic binding to version 5.3 of the Lua scripting language for the D Programming Language.

Please see the sections on Compiling and Linking and The Derelict Loader, in the Derelict documentation, for information on how to build DerelictLua and load Lua at run time. In the meantime, here's some sample code.

import derelict.lua.lua;

void main()
{
    // Load the Lua library.
    DerelictLua.load();

    // Now Lua functions can be called.
    ...
}
Authors:
  • Richard Cattermole
  • Jonathan Giroux
  • Kyle Hunter
  • Mike Parker
Dependencies:
derelict-util
Versions:
2.0.0-beta.2 2017-Aug-11
2.0.0-beta.1 2017-Jun-04
2.0.0-alpha.2 2017-Apr-24
2.0.0-alpha.1 2017-Feb-28
1.3.1 2017-Apr-22
Show all 15 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 1032 downloads total

Score:
2.0
Short URL:
derelict-lua.dub.pm