An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![LuauInterop](assets/icon-200x200.png)

# LuauInterop

Luau bindings for .NET

[![NuGet](https://img.shields.io/nuget/v/LuauInterop.svg)](https://www.nuget.org/packages/LuauInterop)
[![CI](https://github.com/spxnso/LuauInterop/actions/workflows/ci.yml/badge.svg)](https://github.com/spxnso/LuauInterop/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](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)