Files
nathan ed18dd911a
Some checks failed
build lightwatch / build (push) Failing after 5m6s
removing submodule
2023-09-03 01:14:34 -04:00
..
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00
2023-09-03 01:14:34 -04:00

C# bindings for RGB Matrix library

Building

To build the C# wrapper for the RGB Matrix C library you need to first have .NET SDK installed.

Install .NET SDK

sudo apt install dotnet6 should work in most cases.
For some old distributions, read docs

Then, in the bindings/c# directory type: dotnet build

To run the example applications in the c#\examples\EXAMPLE folder: sudo dotnet run