Re: pyclutter anyone?

2010-02-09 Thread Aahz
In article , donn wrote: > >No one uses pyClutter? Never heard of it before. >I have some code, it does not work, but maybe this will start to help >solve the problem: You need to provide some more detail than "does not work". Perhaps this will help: http://www.catb.org/~esr/faqs/smart-ques

Re: pyclutter anyone?

2010-02-05 Thread donn
No one uses pyClutter? I have some code, it does not work, but maybe this will start to help solve the problem: import clutter from clutter import cogl x,y=0,0 def boo(tl,frame,obj):#,evt): global x,y obj.set_position(x, y) def xy(obj,evt): global x,y x,y = ev

pyclutter anyone?

2010-02-05 Thread donn
Hi, this is a little bit of a cross-post. I posted to the clutter list, but there's little activity there. I am trying to make sense of pyClutter 1.0. Could anyone point me to an example (or post one) that shows clipping from a path applied to child objects? For example: A star shape that conta