adachille / tessellation

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

Genetic Algorithm Tessellation - Implement 2-sided genome #12

Open adachille opened 2 months ago

adachille commented 2 months ago

Description

Implement 2-sided genome, so we aren't limited to symmetric tessellations. We may also want to add some basic heuristic / mutation code to support this better

Expected Output

PR that implements the above