Plugins
Plugins in Planck allow you to incorporate it easily into other ECS tooling and libraries.
And also, for example, instead of including the Matter topoRuntime in Planck itself, you choose whether or not to include it. This ensures you only ever get what you need.
Provided Plugins
Matter Hooks
The Matter Hooks plugin provides a way to use the Matter topoRuntime to use any hook made for Matter.
This must be installed and added to the Scheduler to still use Hooks with Matter.
See the Matter Hooks page.
Matter Debugger
Matter provides a built-in Debugger, this plugin adds support for Plank.
See the Matter Debugger page.
Jabby
Jabby is a Debugger for Jecs by Ukendio. This Plugin handles all setup to add the Planck Scheduler to Jabby.
See the Jabby page.
Creating Plugins
The API behind Plugins is currently unstable.
The Plugins API will continue to be undocumented until it is stable. If you want to create a Plugin, see the two provided Plugin's source code, and be warned.