-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The FFI library #46
Comments
the FFI library is experimental, and it is not recommended to use it. so On Fri, Oct 10, 2014 at 6:56 PM, Starkkz [email protected] wrote:
|
Hello again, I'm not actually using UniLua for development but I know someone that does, that means the only way we could mod UniLua is either with DLL(s) or FFI. The DLL way seems too complicated for me, so I just wanted to come with three questions. |
hi Starkkz, I think the best way using UniLua is making implementation of API which you need. You could find a example here. |
Hmmmm.... Link? |
I'm a bit confused for the language used there, is libfoo.cs included in the binary (as well as a module name) or just a file that can be loaded from the executable's folder? |
Hello, UniLua has most of the standard libraries from Lua (they're understandable because it's documentation can be found on lua.org), but the FFI library used in UniLua is quite different from LuaFFI, can you provide some documentation to it or at least some examples of the usage?
The text was updated successfully, but these errors were encountered: