oxid/shapes
import {drawArc, drawCircle, drawRectangle} from 'oxid/shapes';
drawArc(position, sides, radius, rotation, thickness, arc, color)
Draws an arc on screen.
position:Transform2Dsides: numeric curve resolutionradius: arc radiusrotation: starting rotation in degreesthickness: line thicknessarc: opening in degreescolor:Color
drawCircle(x, y, radius, color)
Draws a circle.
drawRectangle(x, y, width, height, color)
Draws a rectangle.
All functions render immediately into the current frame queue managed by the runtime.