[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Fwd: Re: [pygame] shaking images]]



ok I understand, so I am wondering if there is a free algorithm which does
a similar thing.

> Even though you have floating point positions for your object, SDL and
Pygame use integer coordinates for all blits and drawing. The shaking
you are seeing is caused by the 'stepping' of the integer positions.
>
> Flash does filtering on its renderer so you can do subpixel positioning
of objects.