Vide v0.0.5-alpha
New Addon/Plugin API.
Addons can be loaded from ~/vide/plugins/
or C:\users\name\vide\plugins\
One example addon is Verminal - that replaces Vide's console output with a terminal.
Addons are shared libraries that can either be a platform dll
so
dylib
file, or a multi-platform .videaddon
file (aka a source ZIP) that will be compiled on first load.
Example of Verminal Addon: