Skip to content

Commit f17bc49

Browse files
committed
Merge branch 'main' of https://github.com/tilkinsc/Lua.NET
2 parents 22a86db + 0b1110f commit f17bc49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Lua.NET
2-
C# .NET Core 6.0 Lua bindings and helper functions
2+
C# .NET Core 6.0 Lua bindings and helper functions.
3+
4+
Supports Lua5.4 and LuaJIT
5+
6+
Hardcoded to only use doubles and 64-bit integers, so the Lua library will have to be built accordingly. This CAN be changed with manual edits, but it wasn't fun writing this library. This code was made with with the default includes on a 64-bit windows 10 machine using Lua's makefile and LuaJIT. All DLL's are built differently, so you will have to edit the name of the DLL inside of the respected cs file to the name of your DLL; will make it easier in the future.
37

48
Example Usage Lua5.4.4:
59
```C#

0 commit comments

Comments
 (0)