Drawing App?

Hello,

I am planning to make a drawing app and Phaser 3 seems to be a nice tool to work in, but I’m not really sure if it is actually good for drawing purposes…

I tried to start with a very simple example of a drawing app, but I can’t seem to find a way to edit the linecap option of the canvas context to make smooth lines joins.

So, do you think Phaser 3 is a good fit for my needs?

Bump

you can check this example

https://labs.phaser.io/view.html?src=src/game%20objects/render%20texture/paint.js

or this one :

https://labs.phaser.io/view.html?src=src/game%20objects/render%20texture/paint%20interpolated%20shadow.js

I m not sure I understand your linecap problem. this use renderTexture though. I hope it helps