Small canvas painting tool

link

have fun :slight_smile:

5 Likes

Way cool. Probably take me six months to pick it apart… :sob:

Very nice! it seems a bit complex :slight_smile:

How do you add the canvas element to the Scene? Thanks, David

OK, I found out how. Add a element to the innerHTML of a rectangle.

Like

<canvas id="canvasSignature" width="200" height="200"></canvas>

Hallo @h_classen. Hoping to use your drawing app as a template, we are investigating the ability to draw basic shapes(circles and lines).
So the user will be able to draw in a few specific places, I assume we will create multiple small canvasses, or declare positions in a bigger canvas, and then measure whether the shape is close to a circle, and sometimes whether it is a line and a circle.
I’ve seen this done in an app called scoreskills. Do you know where we can start to investigate on how to achieve this?
Thank you.