MorphoGraphX  2.0-1-227
MorphoGraphX Plug-in documentation

Plug-ins in MorphoGraphX are called processes. Most features in MorphoGraphX are implemented internally as processes.

All processes are inherited from the Process class.

Plug-ins are compiled into shared object (.so) files and are loaded when MorphoGraphX starts. They can be installed in a system area for all users, or in the user's home directory. Run the command:

$ MorphoGraphX --all-process 

to print the plug-in directories.

The best way to start is from a sample plug-in available from the MorphoGraphX website: www.MorphoGraphX.org.

If you write a useful plug-in, please let us know so that we can incorporate it into MorphoGraphX.