robbielyman / seamstress

seamstress is an art engine
GNU General Public License v3.0
123 stars 12 forks source link

add fill for screen.arc #100

Open jaseknighter opened 10 months ago

jaseknighter commented 10 months ago

add a function like screen.arc_fill so filled arcs are possible.

robbielyman commented 9 months ago

this is hard: screen.arc is manually calling into SDL's "draw pixels" function after computing those points of the circle that should be included. i'll leave this open for our future rendering-without-SDL plans...