compas-dev / compas_slicer

Slicing package for FDM 3D Printing with COMPAS.
https://compas.dev/compas_slicer/
MIT License
31 stars 16 forks source link

Improve path simplification #142

Closed ioannaMitropoulou closed 3 years ago

ioannaMitropoulou commented 3 years ago

The current method uses the rdp library. Although the results are good, the method takes too long to compute and it is the largest bottleneck of the entire process. Investigate for other libraries that could do the same job faster.

ioannaMitropoulou commented 3 years ago

Consider using this function: https://libigl.github.io/libigl-python-bindings/igl_docs/#ramer_douglas_peucker