Skip to content
Advertisement

Tag: antialiasing

Antialiasing shapes in Pygame

I’m using Pygame to draw some things. The problem is that they have a lot of aliased edges: I want to make them softer, like this: My idea so far was to draw the shape in double size, and then use to shrink it to the size I want. Unfortunately if I’m drawing my shapes on a transparent surface, the

Advertisement