You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to kindly ask if you are aware of any existing Python bindings for your BVH header library?
I didn't want to reinvent the wheel, but wanted to generate BVH for another project using pybind11 library. This appears to be a neat package, as the intel embrue library is very heavy and problematic for use across many 3D Printing / Additive Manufacturing Projects.
Thank you for your kind contribution in advance,
Luke
The text was updated successfully, but these errors were encountered:
Hello! There's no such thing to my knowledge. I suppose I could look into writing simple C bindings for this, and from there it should be easy to call into it via multiple languages. I'll see if I have the time to do this this weekend. Otherwise any help is welcome!
A small set of C bindings to the high-level API have now been merged into master. There is also a small example that shows how to use them to render a simple scene. I will close this question, as I don't quite think that this repository would be the right place to add python bindings, but hopefully the presence of C bindings should make it way easier to expose to other languages, including python.
Dear Arsène,
I would like to kindly ask if you are aware of any existing Python bindings for your BVH header library?
I didn't want to reinvent the wheel, but wanted to generate BVH for another project using pybind11 library. This appears to be a neat package, as the intel embrue library is very heavy and problematic for use across many 3D Printing / Additive Manufacturing Projects.
Thank you for your kind contribution in advance,
Luke
The text was updated successfully, but these errors were encountered: