Table of Contents

Extensions

Editor extensions are little tools that can be installed to enhance vvvv.

Examples:

  • The Key & Mouse display: Shipping with vvvv. Displays key and mouse actions in the desktops lower left corner. Useful for recording tutorials or during live workshops.
  • Pipette: A desktop color picker. Hover the mouse over any pixel of the desktop and press ESC to get the pixels color as a hex-string in the clipboard (which you can paste into any color IOBox)
  • TUIO Simulator and Monitor: Are you working on a TUIO multitouch project but don't have the touch device at hand for testing? This simulator and monitor will be your friends.
  • Spout Monitor: Are you relying on textures coming in via Spout from other programs? Use this monitor to get a quick overview of textures currently shared on your system.

Finding and installing extensions

Extensions are distributed as NuGets and as such can be included with any VL NuGet you install. There are also NuGets that only include extensions. Those can easily be found on nuget.org.

Once found, extensions are installed like any other NuGet.

Creating extensions

Extensions are only patches, so it is easy to create your own. See Creating Editor Extensions.