Any sneaky way to draw an elliptical arc?
Posted: Tue May 11, 2021 6:30 pm
I am trying to challenge myself to make a circle/ellipse be a series of arcs so it doesn't draw anything outside of an area. (like the screen for example) I'm noticing that the love.graphics.arc doesn't have an x/y radius option.
I could probably use a stencil, but that probably wouldn't help it be faster, possibly slower.
I could also make my own. But I'm curious if there is something that I'm missing that could make this easier.
I could probably use a stencil, but that probably wouldn't help it be faster, possibly slower.
I could also make my own. But I'm curious if there is something that I'm missing that could make this easier.