Jigsaw Puzzle pieces from an image (PAID Freelance) #8659
Sebastianam
started this conversation in
Jobs
Replies: 1 comment
-
|
10000$ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Generate jigsaw-puzzle-pieces from an image, for use in a game,
Could probably be done using Texture.fromCanvas and making a mask using:
context.beginPath();
context.arc();
context.fillStyle = '#000000';
context.fill();
context.beginPath();
context.moveTo();
context.lineTo();
context.stroke();
context.bezierCurveTo()
context.arcTo()
Any other ways are also welcome.
Name your price! :)
Beta Was this translation helpful? Give feedback.
All reactions