• Register

This member has provided no bio about themself...

Comment History
TJones
TJones - - 3 comments @ Blitwizard

Yes I'm a Gnome 3 user, required some effort to get used to but now I like it.

Good karma+1 vote
TJones
TJones - - 3 comments @ Blitwizard

Nice :-)

Regarding .gif/.apng:

Since in blitwizard you handle rendering yourself in the on_draw callback, the suggested way of handling animations would be having multiple .png files for each frame, load them all and then handle the animation in your code, displaying the appropriate image at a given time.

.gif is pretty limited because it supports only 256 colours, not really suitable for anything but very old-school graphics.

.apng could be useful, but it's so rare that almost noone is using it, so support for it doesn't seem to be worth the time (especially since using multiple .png files instead works fine).

Good karma+1 vote
TJones
TJones - - 3 comments @ Blitwizard

Tell me whether you liked it :-)

Good karma+1 vote