How to add more modules? #28
Replies: 5 comments 11 replies
|
You can always follow the existing examples already there. If it was not obvious by now, only open-source modules can be added, as we need their source. But let's go through the steps, knowledge of git is a requirement.
(adjust "cf" name for the relevant one)
4a. Include the module entry point header, something like: 4b. Create the plugin instance, something like: 4c. Create a static function where the modules are loaded, something like: 4d. Call into the function defined in the previous step during init, like so: And that is the jist of it. There can be additional setup if:
|
|
Hello, do you know if someone has managed to add more modules? |
|
Thanks for this nice instruction! |
|
I know nobody posted in a long time, but I need help with importing modules, but don't want the hard code to deal with. |
|
Hi! maybe these modules could be added to Cardinal, they´re open source... |
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I would really like to add the MindMeld modules. How can I go about doing that?
All reactions