top of page

Generative Art with Grasshopper3D (Visual Programming)

Writer: Ramiro SenaRamiro Sena

Hey guys! I am an architect from Argentina creating Generative Art among other things. Today we are going to use Grasshopper3D to create some art! If you wish you can find me on Instagram.


Requirements:

  • Rhinoceros3D (comes with Grasshopper3D). Download here (90 days free trial).

  • 4D Noise plug-in for Grasshopper3D. Download here.


Grasshopper3D is an amazing tool that comes with Rhinoceros3D. It was a pioneer in Visual Programming, which basically enables the user to graphically manipulate program elements rather than specifying them textually.


Summary:

  1. Create a grid of points

  2. Compute values to move points

  3. Move points in the Y direction

  4. Interpolate points to generate curves

  5. Bake and export to Adobe Illustrator


Alright, let's get right into it!


We are going to start by creating a squared grid of points.


To do this I first create a square of 100 x 100 units, make a surface out of it and finally divide the surface to have my grid of points. (The actual units do not matter as we will then be exporting to Adobe Illustrator and scaling our drawing to 1080 x 1080 pixels or whatever you want it to be.


Then we will use SimplexNoise component together with the Sine component to generate values that will become our amplitudes to move the points in the Y direction. We can see the actual numbers with the Panel component. We will then multiply these by a factor to control our frequency, compute the Sine of these values and then multiply by another factor to control our amplitude. Like so:


Finally, we will interpolate these moved points to generate our curves. We have to make use of a Data Tree managing component called Flip Matrix. In simple words, what this does is change the orientation of how our grid of points is structured from vertical to horizontal. You can try interpolating the points directly without the Flip Matrix component and see how the resulting curves will connect points vertically rather than horizontally. Data Trees are a whole subject in GH, more on them here.


Okay, that was it!


The final definition should look like this and the result below:


Baking and Exporting


Baking means creating the geometry displayed by GH in green into actual geometry in the Rhino workspace. We do this by right-clicking on a component and choosing bake. We can now select the curves and choose File>Export Selected or simply type Export in the Rhino command-line. In the dialog choose to save as Adobe Illustrator (.ai). That's it! You can now open your vectorial art inside Illustrator and scale it as you wish!


Experimenting with Variations


The beauty of Grasshopper is that we can experiment with the values of the sliders, or even try new connections and instantly visualize the results:


For example, if we deconstruct our grid points into their X, Y, Z values, we can take the X value and add it to our Noise values like so before multiplying. Notice how the results change:


In light blue the added components and below the final result:


Getting Picky


Now, suppose we want the amplitude to vary according to Y axis of each point. Let's say, the higher the Y value, the lower the amplitude. This will create almost straight lines at the top and more wavy lines at the bottom. I know what you are thinking: uff...this will be hard.


Surprisingly, it is very easy! We can easily achieve this by multiplying the amplitude values of our grid points at the top by 0 and the ones at the bottom by 1. The ones that get multiplied by 0 mean there is no moving in Y axis, so the results will be straight lines.


We will use the Y values of all of our points and remap them to a domain of 1 to 0. So counting bottom-up the most lower Y values will have a value of 1, the most upper Y values will have a value of 0 and the all the rest will have values between 1 and 0.


In light blue the added components and below the final result:


The good thing about Grasshopper3D is that now you can play with sliders and even certain connections to generate whole new results in seconds! All these were done with the same script (actually the correct name is 'definition') you see on the picture above.


Have Fun!


– Ramiro Sena, generating from Argentina

7 Comments


Max Н
Max Н
Mar 10

När det gäller att hitta de bästa internationella alternativen, är en viktig aspekt att kolla på säkerheten och användarvänligheten hos plattformarna. BankID gör det enkelt och snabbt att logga in, vilket sparar tid och gör processen både smidig och säker. För att en webbplats ska kunna rankas högt är det avgörande att den erbjuder användare en enkel och pålitlig inloggningsprocess. Dessutom är det viktigt att satsa på hemsidor som har ett bra rykte när det gäller att skydda personuppgifter och finansiell information utländskacasinomedbankid.se .

En annan viktig aspekt när man utvärderar spelplattformar med BankID är kundservicen. De bästa alternativen erbjuder snabb och professionell hjälp när problem uppstår. Här är det en fördel att ha en plattform som inte bara är…

Like

Pierre Jordane
Pierre Jordane
Mar 04

La table extensible que j’ai adoptée a transformé mon espace de vie grâce à sa polyvalence et son design contemporain. Adaptable à toutes les configurations, elle offre une surface généreuse pour des repas en famille ou pour recevoir des invités. La fluidité du mécanisme d’extension et la solidité de sa conception témoignent d’une qualité de fabrication irréprochable, alliant ainsi praticité et élégance dans un seul et même meuble.

Like

Pierre Jordane
Pierre Jordane
Mar 04
Like

unknownytube
Feb 20

Kaiser OTC benefits provide members with discounts on over-the-counter medications, vitamins, and health essentials, promoting better health management and cost-effective wellness solutions.


Obituaries near me help you find recent death notices, providing information about funeral services, memorials, and tributes for loved ones in your area.


is traveluro legit? Many users have had mixed experiences with the platform, so it's important to read reviews and verify deals before booking.

Like

Vansh Sharma
Vansh Sharma
Feb 13

For a sexy and sensual experience in Vikaspuri, our professional escort services are available. Our Escorts in Vikaspuri are masters of delivering adult arousal and focusing completely and only on satisfying your sexual desires.

Edited
Like

©2023 by Generative Hut.

bottom of page