Rice - Easily wrap extensions in C++
If you are writing binding C++ libraries to Ruby - check out Rice. It makes accessing C++ libraries from Ruby dead simple through clever use of C++ templating. It is similar to Boost.Python and provides an object-oriented interface to most of the Ruby C API.
Comments
This is great, I’m finding out about things I haven’t heard of before. Keep up the good work :)
Post a comment