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

Re: [pygame] Antialiased circle



You can always draw it with a slow algorithm, and then cache it to a pygame.Surface, then draw that surface wherever you want . . .