Headbanging Points

by Tuğrul Yazar | December 20, 2013 10:09

In this fun experiment, points rock and roll! It should be based on a sound input of course but this is only a test to see if I can handle a timer and graph input at the same time. I’ll modify this definition to actuate with sound.  The use of the timer component gives a certain degree of randomness to the overall formation. Here is a video of the Headbanging Points in action:

https://player.vimeo.com/video/82081719?h=5c5fc82416

To run this definition we need a VB script to update a certain value. The code inside of the VB script component is:

  Private Sub RunScript(ByVal rs As Object, ByRef A As Object, ByRef B As Object) 
    If rs = True Then
      A = System.DateTime.Now.Millisecond
      B = Second(Now)
    End If
  End Sub 

After building the definition, you should play with the Graph Mapper component to see some animations. I think this is an alternative method of using Grasshopper. The timer component and VB script should start to generate the animation then. The Graph Mapper controls the animation basically. The X-axis controls the deformation of the square grid. The y-axis controls the amount of distortion and the speed of the animation. Finally, the Proximity 2D component at the end of the definition handles the dynamic grid effect by connecting the moving points. This definition is a nice starting point for the better and more interactive pattern animation we see in generative art. Grasshopper is not as capable as Touch Designer, however, it does similar things nicely for educational purposes, I think.

headbanging points[1]

You can rebuild the definitions by looking at the diagrams and explanations above. However, if you want to support this website by downloading my Grasshopper files; would you consider being my Patreon? Here is the link to my Patreon page[2] including the working Grasshopper files for the Headbanging Points and more.

Endnotes:
  1. [Image]: https://www.designcoding.net/decoder/wp-content/uploads/2013/12/2013_12_17-bang-def.jpg
  2. Here is the link to my Patreon page: https://www.patreon.com/posts/headbanging-86791421?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link

Source URL: https://www.designcoding.net/headbanging-points/