python lib / class to animate widgets?
Rick Spencer
rick.spencer at canonical.com
Wed Feb 15 09:07:56 UTC 2012
Hi Robert,
So, I don't think that Gtk is really great for the kind of effects you
are looking for. I'm sure it can be done, but I doubt it can be done
easily. There are lots of fun ways to make cool GUIs though. You might
want to look at GooCanvas, PyGame, or a Webkit Window.
In terms of structuring your code ... if you use Quickly to create your
project, you'll get a decent default structure that will be packagable
and deployable onto Ubuntu desktops.
Cheers, Rick
On 02/15/2012 10:01 AM, Lövei Róbert wrote:
> Yes I would like to move, fadein / out (change alpha on) Gtk widgets.
>
> Python is new for me and Ubuntu app development too. I'm playing with
> quickly, python and glade to become familiar with it.
>
> Can I ask here about how to structure my python code in Ubuntu apps? I
> think its a more python related question, but I hope You can give me
> instructions.
>
> Thanks,
> Robert
>
> On 2012-02-15 09:09, Rick Spencer wrote:
>> Hi,
>>
>> Can you tell us more about what you are trying to do? Are you trying
>> to animate Gtk widgets?
>>
>> Cheers, Rick
>>
>> On 02/14/2012 11:53 PM, Lövei Róbert wrote:
>>> Hello Everybody!
>>>
>>> Is there a class or library to create animations in my app with python,
>>> like slide, fade, etc...?
>>>
>>> Thanks
>>>
>>
>
>
More information about the Ubuntu-app-devel
mailing list