Hello, I would like to create a generic Jigsaw puzzle where I simply have to change the image to create new levels.
Here’s my thinking process to create pieces:
I would have a base texture which is simply the puzzle image.
Then, I would create two variables : rows and columns.
Then, I would do two forLoops( rows and columns) to create pieces.
Then, I would create a mask on the texture for each piece.
The mask would be the image of a square and should be used as the base mask for all pieces.
Then, according to its index, or the previous pieces generated, I would also add one or multiple circle images as a mask.
The circle mask(s) should be on the edge of the square (left, top, right, down). The circle mask should be revealing the piece outside or hiding it inside.
Is that a good way to achieve that?
Also, I tried using a geometry shape mask but it was a bit difficult to play with and to have nice pieces.
Thanks! The plugin is really cool! However I don’t see a way to have special piece shape (only base shape such as rectangle). Also, I would like to do it from scratch ^^.
Maybe this is dead already but the plugin seems to have an error when trying to slice an almost squared image Any ideas on that? When I’m using an almost squared image I get this: