1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
IRIS
----
IRIS is a OpenGL visualization plugin, based on the OpenGL spectrum analyzer, part of xmms (www.xmms.org).
Once installed, you can launch the plugin in xmms like this:
- press Control-v
- choose IRIS 3D analyzer 0.6
- click on "Enable plugin"
4 possibilities :
1. it works :)
2. the X server crashes (it never happened to me !). Please look at /var/log/XFree86.x.log and verify your installation.
3. xmms crashes. try to run xmms on a terminal and look if there are error messages.
4. IRIS is not proposed on the plugin list. Try to run xmms on a terminal and look if there are error messages.
If you need more help send me an email.
To configure the plugin:
- press Control-v and double click on "IRIS 3D analyzer" or click "Configure"
- or press Tab in the plugin window
When the plugin is running:
o the "z x c v b" keys are bound to the same as it is in XMMS.
o the left and right arrow keys change the rotation speed.
o you can resize the window
NOTES:
o This is my fist work with OpenGL : code may be ugly.
o plugin programming is fun :)
--
Cdric DELFOSSE
cdelfosse@free.fr
|