diff options
author | Koop Mast <kwm@FreeBSD.org> | 2004-11-30 21:52:52 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2004-11-30 21:52:52 +0000 |
commit | 3e1ab817c9290ece1e93b50bb4aa9fb236c39406 (patch) | |
tree | e9b3edd857547cd658c12fa28da24ce33c71371a /graphics/libvisual/pkg-descr | |
parent | f8eed8659107bb01660d6f6c98221a50a8a4c333 (diff) |
Notes
Diffstat (limited to 'graphics/libvisual/pkg-descr')
-rw-r--r-- | graphics/libvisual/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/libvisual/pkg-descr b/graphics/libvisual/pkg-descr new file mode 100644 index 000000000000..1d300ce40a3b --- /dev/null +++ b/graphics/libvisual/pkg-descr @@ -0,0 +1,16 @@ +Libvisual is an abstraction library that comes between applications and audio +visualisation plugins. + +Often when it comes to audio visualisation plugins or programs that create +visuals, they depend on a player or something else; basically, there is no +general framework that enabled application developers to easily access cool +audio visualisation plugins. Libvisual wants to change this by providing an +interface towards plugins and applications; through this easy to use interface +applications can easily access plugins and, since the drawing is done by the +application, it also enables the developer to draw the visual anywhere he +wants. + +The framework also allows you to morph to different plugins and mix two at +once; all kinds of neat tricks are possible using this method. + +WWW: http://libvisual.sourceforge.net |