Grasshopper

algorithmic modeling for Rhino

As far as I understand it GH's user interface is essentially an intelligent and intuitive bridge creating a script (program code), right?

Couldn't this same principle be used for HTML, PHP, jscript, younameit ... coding?

Just thinking the potential could be crazy enormous, or am I missing something?

Views: 393

Replies to This Discussion

As far as I understand it GH's user interface is essentially an intelligent and intuitive bridge creating a script (program code), right?

No. There's no script or program code running behind the scenes. Grasshopper components are already compiled into different assemblies (dlls) and they communicate directly with each other. At no point is the network of components and parameters converted to textual code which is then compiled/interpreted.

This is an approach I could have taken at the start but I chose not to. I thought then -and still think now- that the benefits of having a single textual algorithm do not outweigh the costs. After all, there's no point in having textual code unless that code is readable and editable. That is very difficult to achieve.

Couldn't this same principle be used for HTML, PHP, jscript, younameit ... coding?

Yes. The principle on which Grasshopper is not build could be used for all sorts of programming. However you will notice how much harder it is in GH to define custom conditional statements and loops than it would be in a textual programming language.

Basically it comes down to this: if you can already write code in VB.NET or C# it is unlikely that GH will be a meaningful addition to your tool-set. If you cannot yet read/write code then there's no point in seeing any either.

--

David Rutten

david@mcneel.com

Tirol, Austria

if you can already write code in VB.NET or C# it is unlikely that GH will be a meaningful addition to your tool-set. If you cannot yet read/write code then there's no point in seeing any either.

Well the point was not having to see any code because you can't produce it the traditional way, which was where I thought GH could be used for (in principle). But I understand from your explanation above that this isn't how GH works, okay. It was just a thought I had.

This reminds me of a wish I had for a version of GH that wasn't dependant on Rhino.

http://www.grasshopper3d.com/forum/topics/tales-of-a-gh-addict

That is totally excellent and a good example for this!

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service