diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-16 08:09:24 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-16 08:09:24 +0800 |
commit | b612bfdc5c6e204d232dda249b2dd57c25c9dd6e (patch) | |
tree | c75c0c9b4c69ffffd9a088d2a3384549ec91aa98 /graphics/Makefile | |
parent | 6dfa626d4c6d84c77d74b10f9d1d7a6e12fc4ec7 (diff) | |
download | freebsd-ports-gnome-b612bfdc5c6e204d232dda249b2dd57c25c9dd6e.tar.gz freebsd-ports-gnome-b612bfdc5c6e204d232dda249b2dd57c25c9dd6e.tar.zst freebsd-ports-gnome-b612bfdc5c6e204d232dda249b2dd57c25c9dd6e.zip |
Scivi is a visualization plugin for XMMS, uses 3D
Accelerated hardware, but is not actually 3D.
Features:
Low CPU Usage because of 3D accelerated hardware.
All effects including potentially expensive complex
image transformations are done in hardware. So, if
you have a fast video card, your CPU most of a time
will be idle!
Powerful C-style Scripting Language will help you to
program your own nice presets! The visualization is
under your control!
Root-window rendering supported. Put a nice video
effects on your desktop! This feature is window-manager
dependent. KDE and GNOME probably won't work
Press 'V' to switch to root-window mode.
Full-screen rendering. Planned.
WWW: http://xmms-scivi.sourceforge.net/
PR: 87488
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 174a9d7e5141..ad37c57b6d2d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -613,6 +613,7 @@ SUBDIR += xmms-nebulus SUBDIR += xmms-paranormal SUBDIR += xmms-plazma + SUBDIR += xmms-scivi SUBDIR += xmms-vumeter SUBDIR += xmms-waterfall SUBDIR += xmms-xvs |