facontidavide / Bonxai

Fast, hierarchical, sparse Voxel Grid
Mozilla Public License 2.0
659 stars 56 forks source link

vdbfusion #4

Closed nachovizzo closed 2 years ago

nachovizzo commented 2 years ago

Hello there! Great work, I wonder how this might speed up the vdbfusion pipeline. Any interest in giving this a try?

To try the current implementation just pip install vdbfusion and play around, there is also a thin simple C++ API in case you don't want to use Python.

Best!

facontidavide commented 2 years ago

this is not on my TODO list, but thanks for the link

facontidavide commented 1 year ago

As a follow-up: I don't think you will see any speedup. The advantage would be removing a big dependency for a small one, but that's it.