Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

C# bindings for RGB Matrix library

Building

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

Install Mono

$ sudo apt-get update
$ sudo apt-get install mono-complete

Then, in the root directory for the matrix library type

make build-csharp

To run the example applications in the c#\examples folder

sudo mono minimal-example.exe

Notes

C# applications look for libraries in the working directory of the application. To use this library for your own projects you will need to ensure you have RGBLedMatrix.dll and librgbmatrix.so in the same folder as your exe.