PDA

View Full Version : Qt for iTouch-like 3D wheel music browser?



joanna
5th September 2008, 14:24
Hi,
I want to know if Qt could be used to design an interface similar to iTouch's (or iPhone's) music browser with an animated 3D 'wheel' of cd cover images used as textures.

I've looked at Qt's OpenGL capability, and it looks like I could generate the textured boxes in 3D space and have it animated, but I was wondering if there is already a higher level API available for something similar, that can be generated dynamically, depending on the number of images. For example, I don't want to have to recompile the code every time I want to add an extra image box.

I would appreciate it if you could provide and insight or feedback on which tool I could use to realize this.

Thanks,
Joanna

ioannis
5th September 2008, 15:39
Maybe you can find this interesting...

http://doc.libqxt.org/latest/classQxtFlowView.html

aamer4yu
5th September 2008, 18:51
This (http://www.qt-apps.org/content/show.php/PictureFlow?content=75348) too I guess :)