aiko_engine_mp icon indicating copy to clipboard operation
aiko_engine_mp copied to clipboard

Another plugin system

Open garthk opened this issue 4 years ago • 2 comments

Like @Enderboi's #35, but with:

  • Added support for directory modules as well as single files
  • Switched to initialise functions to match the rest of the framework
  • Excluded plugins named initialise to avoid a namespace clash after import plugins
  • Took out the global parameter: the plugin system always runs at boot
  • Added implicit parameters to disable plugins
  • Some documentation
  • Appropriate changes to the deployment scripts

Convo here or there fine.

garthk avatar Jan 29 '21 07:01 garthk

Sorry about that; took out the dependency on #34.

garthk avatar Jan 29 '21 07:01 garthk

I've added another example plugin to automatically chase some colours across the pixels at boot time.

garthk avatar Jan 30 '21 00:01 garthk