tiler_2d, a Fortran90 code which demonstrates how to graphically "tile" a 2D box with a repeated pattern, using transfinite interpolation.
The box has been divided into subregions that are not rectilinear, nor the same size or shape. A simple "tile pattern" of the letter "R" is used. The program must stretch and twist the pattern to fit into each subregion. The resulting tiled object is written out as a PostScript file.
The information on this web page is distributed under the MIT license.
tiler_2d is available in a Fortran90 version
blend, a FORTRAN90 code which carries out the blending operations demonstrated by TILER_2D.
frieze, a FORTRAN90 code which is similar to TILER_2D.
ps_write, a FORTRAN90 code which supplies routines used to create a PostScript image of the mapping.
tiler_3d, a FORTRAN90 code which does blending in 3D.