A generative pattern tool built with Grasshopper and Python that creates woven line systems inside a triangular boundary.
- Generates random points along triangle edges
- Creates interconnected line networks
- Applies deformation using amplitude control
- Controlled randomness using seed values
ptsβ Triangle verticescountβ Number of generated patternsr_seedβ Random seedAmpliβ Deformation strengthdirβ direction vector
This system explores generative weaving patterns by connecting random points on triangle edges and deforming them to create dynamic curves.
- Grasshopper
- GHPython (
ghpythonlib.components)