ringmesh / RINGMesh

RINGMesh is a C++ open-source platform for manipulating meshes of geological models.
http://ringmesh.org
BSD 3-Clause "New" or "Revised" License
70 stars 16 forks source link

Plugin manager settings #85

Closed BotellaA closed 6 years ago

BotellaA commented 6 years ago

You can load a plugin from one of these choices:

  1. from the command line arguments
  2. from RINGMesh.ini file next to your executable
  3. from RINGMesh.ini file in your home directory

The code test the solution 1, then 2, then 3. If one them succed, it stops trying the next options. You only have to put the name of the plugin (eg RINGMesh_io), the extension and the directory will be found (or not) from the OS and the RPATH/PATH values.

BotellaA commented 6 years ago

SonarQube analysis reported 1 issue

Watch the comments in this conversation to review them.