An algorithm to produce dappled tilings /**
- @brief Dappled Tiling
- @version 0.10
- @date 18/Jul/2015
- @author Shizuo KAJI */
This is a python implementation of the algorithm discussed in the paper "Dappled tiling" by S. Kaji et al (in preparation).
There are two versions:
- dappled-tiling.py is a simpler implementation of the main algorithm
- dappled-tiling-cyclic.py produces cyclically dappled tillings as well