SCIInstitute / ShapeWorks

ShapeWorks
http://sciinstitute.github.io/ShapeWorks/
Other
104 stars 32 forks source link

Improve library linking scheme #2051

Open akenmorris opened 1 year ago

akenmorris commented 1 year ago

The current library arrangement ends up duplicating a lot of object code between studio shapeworks and the shared python object. Ideally these would all rely on a single shared libShapeWorks.

There are a lot complications such as the python interpreter, which can't be included in the python shared library.