Email or username:

Password:

Forgot your password?
Devil Lu Linvega

@bellinitte You wouldn't happen to have a bresenham arc drawing routine by any chance? I've been trying all morning and it's kicking my butt. In the form

@draw-arc ( x1* y1* x2* y2* clockwise -- )

3 comments
charlie

@neauoire I don't, but we can join forces!

just so we're on the same page, do you mean something like this? do u have an example implementation in another language on hand maybe?

Devil Lu Linvega

@bellinitte yes! exactly :) I have made this a while back which is what I was trying to port, but it's not as clean: git.sr.ht/~rabbits/dotgrid/tre

charlie

@neauoire dotgrid in uxn, I knew it!!!!

I'll look into it for sure! it's kinda late for me tho, so proooobably tomorrow. let me know if you manage to tackle it by then!

Go Up