10.3 Implemented plugins
Plugins, implemented for VRR
, are stored in the plugin directory.
They have mostly experimental and demonstration purpose,
but we expect that soon in the future numberous plugins will arise.
We implemented these plugins:
- plugin/hell.c: An experimental plugin used to test the
VRR
plugin mechanism. It contains functions for various funny picture
transformations (
tsunami
, random_pastes
, ...).
- plugin/heaven.c: An experimental GUI plugin used to demonstrate
the GUI plugin features. The description can be found in An Example of a GUI Plugin.