in this version you can try 3 scenes reacting to the music, either using xmms or amarok. dont forget to use f1 and use the build in terminal.
1 NOTE: xmms development libraries, sdl, and libvisual should be installed (use my installer to detect missing libraries) And of course a 3d card. i tested this plugin with my geforce 6800GT, and it worx.
gl hf , and pls some comments, either on the installer, cause i want to make a gtk one soon, or on the plugin
or drop me a note on my guestbook if u like what i'm doing or if u have any suggestions.Last changelog:
0.4: 1 Fixes: fixed the multithredded terminal, now u can gedit and the plugin will not stop reacting to music
2 NEW STUFF: added a 3rd scene, I like it but i'm not quite happy with this till now, so i might change it.
3 TODO: some work on the terminal,tweaking the 3 scenes and adding other ones, and maybe add vertex and pixel shaders too.
4. NOTE: It's easy and quick to develop scenes for liquidtrixx and if u get anjuta, u can use it to open the code the way i done it so i try to post a tutorial on adding own scenes soon.
5 have fun
---------------------------------------------------------------------------------------------------------------------------------------------------------- Older change log 0.3: added a non multithreded terminal scene use F1 to activate it. installer glew checking
0.2: changes: optimized cpu usage, added a 2nd scene now cycling 1 to 2 and back, with different textures.
0.1: this is just one scene of liquidtrixx, it's actually more of a first technical demo, so feedback is really welcome. pls follow my installation walkthrough under the LinuX link on my site.
---------------------------------------------------------------------------------------------------------------------------------------------------------- credits ---------------------------------------------------------------------------------------------------------------------------------------------------------- thanx to cubikal for his wall. go visit him pls, he roxx : http://cubikal.deviantart.com/ ----------------------------------------------------------------------------------------------------------------------------------------------------------
my distro is kubuntu edgy & this is the error:
checking for sdl... configure: error: Package requirements (sdl) were not met:
No package 'sdl' found
I have installed:
libsdl1.2debian-all
libsdl1.2-dev
gstreamer0.10-sdl
Thaks for the help.
hi m8,
i don't know much about ubuntu,
but i guess u should have a look at your
/usr/lib/pkgconfig/ folder
there, you should look for a file called sdl.pc
if it's not there ( this is what i assume)
locate your sdl.pc on your pc and copy it
to /usr/lib/pkgconfig/sdl.pc
i hope this can help
I was able to compile liquidtrixx3 on my gentoo ppc box. I had to install glew first (configure didn't detect the package was missing).
glXGetProcAddressARB is named glXGetProcAddress here (I'm using glew-1.3.3 as this is the latest version marked stable on gentoo, might be that this will work with newer versions, I didn't look further into this, because just deleting "ARB" worked).
There was an error related to jpeglib.h claiming FILE was not defined. I added stdio.h in some header files :-)
Finally it runs in xmms (rather slow, because my box is somewhat old) :-)
How do I get this running with amarok? liquidtrixx3 is not in the list of the visualization plugins... which file must be put where?
Keep on the good work! Good 3d vizualisations are really missing in amarok!
since i got the latest gl source files,
there they changed
glXGetProcAddress to glXGetProcAddressARB.
but if it works without the ARB really ok, then it's fine :)
for amarok u actually dont need to make lots of things , besides having libvisual installed, and since amarok can use them, u should see it in the list of plugins.
so please install libvisual under gentoo and then maybe reinstall amarok if it wasen't compiled with libvisual, which i doubt, cause u are using gentoo, and i use also gentoo :)
btw, u seem to have gl skillz :) would be cool if u would give me some ideas :)
u can mail me at contact at liquidtrixx dot org for problems or suggestions
Ratings & Comments
6 Comments
Hey man, this is a very cool visualisation. I was wondering if it works in Amarok 2.x?
thx man , it should work on amarok too, as i tested it.
my distro is kubuntu edgy & this is the error: checking for sdl... configure: error: Package requirements (sdl) were not met: No package 'sdl' found I have installed: libsdl1.2debian-all libsdl1.2-dev gstreamer0.10-sdl Thaks for the help.
hi m8, i don't know much about ubuntu, but i guess u should have a look at your /usr/lib/pkgconfig/ folder there, you should look for a file called sdl.pc if it's not there ( this is what i assume) locate your sdl.pc on your pc and copy it to /usr/lib/pkgconfig/sdl.pc i hope this can help
I was able to compile liquidtrixx3 on my gentoo ppc box. I had to install glew first (configure didn't detect the package was missing). glXGetProcAddressARB is named glXGetProcAddress here (I'm using glew-1.3.3 as this is the latest version marked stable on gentoo, might be that this will work with newer versions, I didn't look further into this, because just deleting "ARB" worked). There was an error related to jpeglib.h claiming FILE was not defined. I added stdio.h in some header files :-) Finally it runs in xmms (rather slow, because my box is somewhat old) :-) How do I get this running with amarok? liquidtrixx3 is not in the list of the visualization plugins... which file must be put where? Keep on the good work! Good 3d vizualisations are really missing in amarok!
since i got the latest gl source files, there they changed glXGetProcAddress to glXGetProcAddressARB. but if it works without the ARB really ok, then it's fine :) for amarok u actually dont need to make lots of things , besides having libvisual installed, and since amarok can use them, u should see it in the list of plugins. so please install libvisual under gentoo and then maybe reinstall amarok if it wasen't compiled with libvisual, which i doubt, cause u are using gentoo, and i use also gentoo :) btw, u seem to have gl skillz :) would be cool if u would give me some ideas :) u can mail me at contact at liquidtrixx dot org for problems or suggestions