c# bindings
mariuszhermansdorfer opened this issue · 3 comments
mariuszhermansdorfer commented
Thanks for creating and maintaining this repo!
I was able to successfully build the Python bindings, but is there a way to do it for c# as well?
My knowledge of SWIG and Cmake is very limited but I'm willing to learn.
Any pointers in the right direction would be much appreciated!
sloriot commented
If you look in the main CMakeLists.txt
file, you will see some lines with RUBY
that provides some kind of minimal support for ruby. I guess the best way to start is to duplicate what is done for ruby and try to adapt it to C#.
lrineau commented
@mariuszhermansdorfer Once you manage to get something working, please consider sharing your modification via a pull-request.
mariuszhermansdorfer commented
Will look at it and report back. Thanks for the pointes.