adachille / tessellation

This repository holds code to procedurally generate tessellations.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Explore non-square forms of tessellation #8

Open adachille opened 1 month ago

adachille commented 1 month ago

Description

Currently all tessellations are square-based grids. We could explore other tessellation types like:

  1. Triangular
  2. Hexagonal
  3. Octagon + Square
  4. Non-regular polygon patterns

Expected Output

Write up a short doc/blurb for the different tessellation types and create issues for each type that we want to explore.