Skip to content

Simple C# bindings to the Lua C API.

License

Notifications You must be signed in to change notification settings

Falkitop/luaSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaSharp

Simple bindings to the Lua C API for C#

I originally wanted simple Lua bindings so I could reuse a lot of code I had written for previous projects, follow tutorials for the C API, and wanted to learn more about P/Invoke.
I was also unhappy with other projects that reimplemented (most of) the Lua VM in C# or had a custom version of the VM. I wanted to use the standard VM and have the ability to use other lua C modules (such as socket and lfs) as well as someday use LuaJIT.

I've also thrown in some of the higher level C# classes that I use to make using the bindings a little easier.

About

Simple C# bindings to the Lua C API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.6%
  • HTML 28.3%
  • C# 7.6%
  • Makefile 0.8%
  • Roff 0.4%
  • CSS 0.2%
  • Other 0.1%