unibas-gravis / scalismo

Scalable Image Analysis and Shape Modelling
https://scalismo.org
Apache License 2.0
247 stars 65 forks source link

Feat/native stl io #419

Closed madsendennis closed 9 months ago

madsendennis commented 10 months ago

Native scala implementation to read/write the STL format. The implementation is ~6 times faster to write a PLY file and ~2.5 times faster to read.

This is the first part of removing the VTK dependency in Scalismo, https://github.com/unibas-gravis/scalismo/issues/415