Skip to content

Please implement fast circle/ellipse and rectangle drawing #106

@kimslawson

Description

@kimslawson

Having something like
CIRCLE x,y,r1[,r2]
taking a radius to draw a circle, as well as an optional second radius to draw an ellipse, and
RECTANGLE x1,y1,x2,y2
would be immensely helpful helper functions, both for speed and code complexity reasons. Cirlcles and rectangles are extremely common graphic elements.

I know that you're trying to keep the size of FB down, and not throw every helper in like a library, but coming from TBXL it's painful to not have these built in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions