vistalab / vistasoft

VISTASOFT is the main software repository of the VISTA lab at Stanford University.
http://vistalab.stanford.edu
148 stars 141 forks source link

Added v0.1 of mrMeshPy #301

Open andregouws opened 6 years ago

andregouws commented 6 years ago

This should have minimal impact on the existing stream as the mrMeshPy code is independent Caveats:

arokem commented 6 years ago

This looks very cool! A couple of comments/questions from the peanut gallery:

  1. 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.

  2. 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)