robertpfeiffer

Results 7 issues of robertpfeiffer

If pygame is running under X11, wayland, or XWayland, if we have any way to detect this, maybe we should consider printing this in the support prompt. There are many...

enhancement
Submodule: display
Difficulty: Easy

Drawing a circle previously meant running Bresenham's circle drawing algorithm point by point, and then only setting pixels within the clip rect. If the whole circle is outside of the...

Submodule: draw

There is no reason convert() has to wait for the display to be initialised. If a parameter with the target surface is provided, we can always convert.

enhancement
Surface

[Flood fill](https://en.wikipedia.org/wiki/Flood_fill) drawing operation, like in GIMP and ASEprite. This still needs docs and tests, and perhaps some more special-case handling of indexed surfaces. Can take a pattern surface as...

New API
draw

enhancement
Surface

Please ignore, testing how MSVC handles this in the CI

Let's just let this run through CI as a separate PR instead.