The script is quite cryptic at the moment. It would be nice to make the "front-end" more user-friendly.
- hide the unnecessary cryptic steps, e.g.
tiling_builder.prepare_grid(index_range)
for rhomb in tiling_builder._rhombs.values(): is ugly
- add documentation to the examples
- et cetera
- split this into sub-issues
The script is quite cryptic at the moment. It would be nice to make the "front-end" more user-friendly.
tiling_builder.prepare_grid(index_range)for rhomb in tiling_builder._rhombs.values():is ugly