Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creating a plugin involves creating the desired plugin classes, exporting the library info methods, and creating the required build files.

On the development branch, a new and easier method has been implemented. Developers can just use our plugin template and follow the simple instructions to create new plugins.

To ease plugin creation, all headers that might be needed by any plugin are located inside header files available at Source/Plugins/Headers. A plugin must not use headers outside the ones in that directory. The available headers are:

...