Skip to content

Modules

cr3eperall edited this page Sep 12, 2024 · 2 revisions

Embedded modules

For configuration options see dynisland-modules

Third party modules

Documentation: dynisland-core Wiki

Template: dynisland-module-template

Modules are rust dynamic libraries that export a specific function and use dynisland-core to communicate with the app,
These can be put in .config/dynisland/modules and they will be loaded when dynisland starts.

Clone this wiki locally