I've just posted a sample cover-flow like program to browse image
directories (http://http://groups.google.com/group/pyglet-users/web/
CoverFlow.tar.gz). You can see a screenshot at
http://groups.google.com/group/pyglet-users/web/CoverFlow.png.

To use it just type:

python CoverFlow.py [directory of images]

It doesn't do any error checking, so there shouldn't be anything but
png or jpeg images in the directory. Also it only loads the first 20
files returned by the glob module. (I haven't implemented a general
texture handler yet)

The code was inspired by from some sample gtk code posted by macslow
(http://macslow.thepimp.net/) and a reimplementation in pure python of
rabbyt's anim libraries (so I could do some quick prototyping). In the
spirit of rabbyt's license the code is released under the MIT license.

NMA
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to