Rice 4.1 (Creating Ruby bindings for C++ libraries)
Rice makes it much easier to wrap C++ APIs - it is the Ruby equivalent to PyBind11. Get started with the tutorial at https://jasonroelofs.com/rice/4.x/tutorial.html. After you are done with the tutorial, there is extensive documentation about how to wrap C++ libraries - see https://jasonroelofs.com/rice/4.x/bindings.html. The Rice authors would love to see more Ruby bindings to C++ libraries and are happy to offer pointers as needed - please submit tickets on Github.
Comments
All of the included links are 404. Could you please take a look into this issue?
@GABOR: Thanks for pointing it out, it is fixed now ;)
Post a comment