https://github.com/spxnso/luauinterop
Luau bindings for .NET
https://github.com/spxnso/luauinterop
bindings csharp luau
Last synced: 12 days ago
JSON representation
Luau bindings for .NET
- Host: GitHub
- URL: https://github.com/spxnso/luauinterop
- Owner: spxnso
- License: mit
- Created: 2026-05-27T11:56:35.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-07-13T06:01:55.000Z (12 days ago)
- Last Synced: 2026-07-13T07:12:52.914Z (12 days ago)
- Topics: bindings, csharp, luau
- Language: C#
- Homepage: https://spxnso.github.io/LuauInterop/
- Size: 25.7 MB
- Stars: 12
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# LuauInterop
Luau bindings for .NET
[](https://www.nuget.org/packages/LuauInterop)
[](https://github.com/spxnso/LuauInterop/actions/workflows/ci.yml)
[](https://opensource.org/licenses/MIT)
---
Luau bindings for .NET. Run Luau scripts, compile bytecode, and interact with the Luau VM directly from C#.
## Installation
```bash
dotnet add package LuauInterop
dotnet add package LuauInterop.Native
```
## Documentation
Documentation can be found [here](https://spxnso.github.io/LuauInterop)