adachille / tessellation

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

Set up GA tessellation generation #4

Closed adachille closed 2 months ago

adachille commented 2 months ago

Description

Use LEAP or a similar genetic algorithm library to automatically generate tessellations based on a set of custom criteria.

To implement this, we'll want to do the following:

Expected Output

Simple GA tessellation generation pipeline.