pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
853 stars 140 forks source link

draw.aacircle() #2800

Closed mzivic7 closed 4 months ago

mzivic7 commented 5 months ago

Pygame-ce has only gfxdraw.aacircle function for drawing antialiased circles, but it has several problems:

and it is intended to be deprecated/removed in future.

All these problems are fixed in draw.aacircle, that is implemented in this commit.

Changes:

oddbookworm commented 5 months ago

Looks like you need to run python setup.py format