Skip to content
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

Is it possible to use Lua libraries in C# code? #414

Open
ghost opened this issue Feb 3, 2023 · 2 comments
Open

Is it possible to use Lua libraries in C# code? #414

ghost opened this issue Feb 3, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 3, 2023

I wanted to write plugins to Lite XL, a Lua based text editor but I'm not familiar with Lua. I wanted to write it in C# instead. Of course I need the ability to use Lua libraries from C# to make it work. Is it something that possible? I'm not quite understand how this project work yet. To my understanding it will be translated to Lua anyway and CoreSystem.lua is also a collection of Lua libraries to emulate .NET framework, so I think it should work but I'm not really sure.

@yanghuan
Copy link
Owner

yanghuan commented Feb 7, 2023

@ghost
Copy link
Author

ghost commented Feb 7, 2023

you can like this https://github.com/yanghuan/CSharp.lua/wiki/FAQ_en#7how-do-you-call-or-insert-lua-code-in-your-code

Not only snippets of Lua code but I need to use Lua libraries.

@ghost ghost mentioned this issue Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant