GraphicsPath - GUI generator

Hi all, hope everyone is well.

Does anyone know of a tool that will let you draw a Bezier shape and provide you with the JS commands to construct the shape in code using GraphicsPath.AddCurveToPoint - I’ve managed to find a simple one online, but it’s a bit rough and ready: HTML5 Canvas bezierCurveTo generator

Cheers,
Dave.

Are you looking for something that creates JS or Xojo Code?

For JS (and a few other languages, but not Xojo) there’s PaintCode

1 Like

Cheers for that Tim.