Hi GH masters,
How to generate a close-enough parametric pattern as the image attached in grasshopper?
The requirements:
- an irregular grid (warp/ distorted), some area have bigger shapes and some have tiny shape.
- Fading away near the border of the canvas
- Shapes must be triangles
- Instead of rounded triangles, sharp triangles are preferred
The way I tried is to use Voroni component, and use an attractor curve to create a gradient distribution of points, then connect the distributed points to the Delauney edges component to triangulate shapes.
One thing I struggle to achieve is the warped/ distorted effect, but at the same time some size of shapes are quite constant and same and packed equally to each other.
Any help or hint is very much appreciated.
Many thanks!