Skip to content

How to add a plugin under the .exe SOFA environment #3748

Discussion options

You must be logged in to vote

Hi @iiianmeng

Yes it is. All you need is to have your plugin to compile in a repository and follow the usual compilation steps:

  • configure your plugin
  • configuration will fail due to missing reference to SOFA, add the SOFA_Release/lib/cmake path to a new variable CMAKE_PREFIX_PATH
  • reconfigure
  • compile

Then you will be able to import the dll in the SOFA PluginManager (in the Edit menu of the GUI) and use the various codes of the plugin. The documentation is available here.

Hope this helps.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hugtalbot
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants