Open andregouws opened 6 years ago
This looks very cool! A couple of comments/questions from the peanut gallery:
Would it make sense to modularize some of the Python functionality and put it in a separate Python package? I can imagine situations in which people might want to call these functions without Matlab.
I would encourage you to take a look at messaging using 0MQ. It has many advantages. The major drawback is that you might need to compile a mex file for that. You can take a look at pymatbridge for some inspiration (and for pan-platform builds, see here)
This should have minimal impact on the existing stream as the mrMeshPy code is independent Caveats: