toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

Graphics function for drawing arcs

Open mateoconlechuga opened this issue 6 years ago • 4 comments

The below functions should be implemented

gfx_Arc(<tbd>);
gfx_FillArc(<tbd>);
gfx_Arc_NoClip(<tbd>);
gfx_FillArc_NoClip(<tbd>);

mateoconlechuga avatar Jun 25 '18 19:06 mateoconlechuga

well?

randomguy70 avatar Jun 15 '21 01:06 randomguy70

well?

@randomguy70 : in the process of being implemented/reviewed in https://github.com/CE-Programming/toolchain/pull/365

adriweb avatar Mar 14 '22 16:03 adriweb

Ellipse routines merged with #365

mateoconlechuga avatar May 15 '22 15:05 mateoconlechuga

A source of inspiration for parameters: https://wiki.inspired-lua.org/gc:drawArc

adriweb avatar Feb 03 '23 16:02 adriweb