Crate jigsaw_puzzle_generator

Source
Expand description

The Jigsaw Puzzle library creates SVG paths which can be used to cut out puzzle pieces from a given rectangular image. It provides three public functions:

  • [build_jigsaw_pieces] returns the paths from a given number of pieces in a column and a row. This is the function you normally want to use
  • generate_columns_rows_numbers returns an ideal distribution of pieces on the x- and y-axes for a given total number of pieces
  • round is a util function which approximately rounds a f32 value to two decimal places

Re-exports§

Structs§

Enums§

  • A border of a puzzle piece. Can be either an StraightEdge (no adjacent other piece) or an IndentedEdge

Functions§

  • Returns the visually most appealing numbers of pieces in one column and one row based on a given number of pieces
  • Rounds a given rational number to two decimal places