Movatterモバイル変換


[0]ホーム

URL:


DUB Logo
Menu
Search

derelict-lua2.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:

Info

DerelictLua

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

Please see the sections onCompiling and Linking andThe 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.22017-Aug-11
2.0.0-beta.12017-Jun-04
2.0.0-alpha.22017-Apr-24
2.0.0-alpha.12017-Feb-28
1.3.12017-Apr-22
Show all 15 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 2 downloads this month

  • 2067 downloads total

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

[8]ページ先頭

©2009-2026 Movatter.jp