8000 GitHub - TES3MP/GenFFI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TES3MP/GenFFI

Repository files navigation

GenFFI

GenFFI - is an FFI generator that takes the C Headers and converts them to the target language.

Supported languages:

  • Lua
  • C# (Mono)

Usage:

genffi inputFile outFile nameSpace moduleName [clang options...]

Example of usage:

genffi test/Functions/Server.h Server.lua tes3mpApi tes3mp

Builtin macros:

  • __genffi__ - can be used to detect genffi
  • __GENFFI_VERSION - current version of the genffi (10000 for example)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0