Hi,
I'm probably a below average programmer, but I'm wondering if it is possible to wrap a c++ class library.
I've followed the free nim in action chapter about wrapping c libraries, and bought the book after that.
Maya has 3 ways to write plugins, c++, c# and python(wrapper), so even when using python it feels a lot like writing c++.
I've looked into the dll here is some example signatures.
Considering that nim doesn't have classes, could I(theoretically) wrap this into a nim library?