Skip to content

Vide v0.0.5-alpha

Compare
Choose a tag to compare
@pisaiah pisaiah released this 09 Feb 19:18
· 64 commits to master since this release

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: