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)