frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Parametric Modeling with Grasshopper

https://baharmon.github.io/basics
40•downboots•10mo ago

Comments

ddkto•10mo ago
It’s hard to believe this is the first time I’ve seen Grasshopper on HN!

Just this morning, a colleague showed me a web app for building option exploration that he had vibe coded on Replit that wrapped around existing core logic in a Grasshopper script hosted in RhinoCompute [1].

The combination of visual programming, the tree data structure and Rhino’s geometry engine has made this the de facto standard for parametric design in architecture (sorry, Dynamo…)

[1] https://github.com/mcneel/compute.rhino3d

downboots•10mo ago
Similar interface idea echoed:

Unity

https://game-ace.com/wp-content/uploads/2020/04/Bolt5.gif

Blender

https://blenderartists.org/uploads/default/original/4X/3/0/c...

Chemcad

https://img.informer.com/screenshots/3390/3390423_1.gif

Even KiCad if we stretch the analogy

Would be good to see this for general programs, or with modular AI agents, or for ODE compartment models.

Also of note: https://worrydream.com/ExplorableExplanations

FormFollowsFunc•10mo ago
Am I wrong in thinking that Grasshopper is procedural modeling and not parametric modeling? Parametric modeing is used in software like Solid Works where you don’t have nodes but have parameters, a constraint system and construction history. Solid Works was developed in the 90s while Grasshopper came out in 2007. Another is example is Pro/Engineer from Parametric Technology Company (PTC) which came out in 1988. Patrik Schumacher, an architect coined the term parametricism in 2008. His employees created node graphs in Grasshopper while he just tweaked the parameters. I wonder if that’s why he came up with the term. Grasshopper has parameters but what makes it different from industrial design CAD is that you construct geometry with a series of nodes i.e. a procedure.
Duanemclemore•10mo ago
Grasshopper doesn't have to be used strictly "procedurally" as you can reference in geometry from Rhino. However, some of us try to work as procedurally as possible - creating everything strictly within Grasshopper if at all possible. It -is- also possible to use it as a very strong parametric design tool. There is no looping exposed to the user in a normal gh script - but used in the way I think is best, you're always applying conditional logic to make the data and operations do what you want.

A quick example - you can use what are called gates and filters in Grasshopper, so you can do things like route faces that meet some criterion you've set through one set of operations and those which don't through another. Then you can use pattern matching or other operations to weave the data back together in the proper order...

dmos62•10mo ago
You seem insightful on this subject. What other parametric design tools, techniques or technologies do you consider noteworthy?
Duanemclemore•10mo ago
Hey, I'm not used to feeling "seen" on HN! Architect, architecture professor, and computational designer here. This is a great first intro to Grasshopper. The links he provides near the top are next steps for those interested in more.

I've found that it opens computational design and programming more broadly up to a broader audience. It has found huge purchase in architecture specifically. I would say this is as much cultural as technical, as architects generally are less rigorously systematic and more global in their thought processes. As people who work largely in the visual domain we are also "visual learners" so to speak.

I first started dipping my toe into Grasshopper in about 2010, and feel that I was fairly expert by about 2015. SHAMELESS PLUG [0]. I've used it at a high level since, and taught it extensively.

Most users - almost all for a very long time - used it primarily as a tool to create, draw, and fabricate more crazier geometry easier. And it is certainly good for that. But in using it - and especially in teaching it - I also find that it is excellent to demystify the design process in ways that folks like programmers instinctively understand. That is you have to be able to break complex problems down to a series of atomically small operations, then build those back up to sophisticated outcomes.

Maybe the most valuable aspect of this - both in my practice and teaching - is understanding how to work both as procedurally and parametrically as possible (I'll put more about this under the comment to that end that's already been posted). Many, if not most, of our jewelry pieces are standalone grasshopper files which reference no outside data at all.

Anyway - I have much, much more I could say about: its use in architecture, design, and education; its relation to learning to think and create a rigorous and flexible design process; and more. But it's great to see it here!

[0] Since 2015 my partner and I have run jewelry company X Over Zero - https://xover0.com/ . All of our designs start as my mathematical and geometric explorations, coded in Grasshopper.

p.s. Incidentally I'm also based in the deep south like Mr. Harmon. And - although we must know people in common, sadly this is the first time he's hitting my radar. I'll be emailing him by the end of the night. Thank you OP for bringing him and his work to my attention!

Duanemclemore•10mo ago
If you want to check out the motherlode of other visual programming languages, platforms, etc check out Ivan Reese's Visual Programming Codex.

https://github.com/ivanreese/visual-programming-codex

https://github.com/ivanreese/visual-programming-codex/blob/m...

Although I'm going to have to create a pull request because he doesn't have Flowgorithm on there, which is an excellent tool for teaching the very very first steps of learning to program...

http://flowgorithm.org/

Terrible name, wonderful tool.

msds•10mo ago
It’s fun seeing an uptick of rhino/grasshopper content here lately - two articles in a week?! The McNeel extended universe is a fun place to play around in, and I’ve met lots of great people since I started working on Rhino.
jazzyjackson•10mo ago
Grasshopper is dope. Years ago I used it to pipe in skeleton and RGB mesh data from a Microsoft Kinect and then sent Open Sound Control packets to Pd-extended to trigger sound events with my body. Really great for general purpose event oriented programming

https://youtu.be/VOu3waxAYDw

Founder of GitLab battles cancer by founding companies

https://sytse.com/cancer/
452•bob_theslob646•4h ago•94 comments

Further human + AI + proof assistant work on Knuth's "Claude Cycles" problem

https://twitter.com/BoWang87/status/2037648937453232504
96•mean_mistreater•3h ago•52 comments

CSS is DOOMed

https://nielsleenheer.com/articles/2026/css-is-doomed-rendering-doom-in-3d-with-css/
47•msephton•1h ago•18 comments

Linux is an interpreter

https://astrid.tech/2026/03/28/0/linux-is-an-interpreter/
129•frizlab•4h ago•19 comments

AI overly affirms users asking for personal advice

https://news.stanford.edu/stories/2026/03/ai-advice-sycophantic-models-research
457•oldfrenchfries•7h ago•354 comments

InpharmD (YC W21) Is Hiring – Senior Ruby on Rails Developer

https://inpharmd.com/jobs/senior-ruby-on-rails-engineer
1•tulasichintha•10m ago

I decompiled the White House's new app

https://thereallo.dev/blog/decompiling-the-white-house-app
287•amarcheschi•6h ago•106 comments

Detecting file changes on macOS with kqueue

https://www.vegardstikbakke.com/kqueue/
48•benhoyt•4d ago•6 comments

The first 40 months of the AI era

https://lzon.ca/posts/other/thoughts-ai-era/
50•jpmitchell•3h ago•0 comments

I Built an Open-World Engine for the N64 [video]

https://www.youtube.com/watch?v=lXxmIw9axWw
298•msephton•9h ago•41 comments

Undroidwish – a single-file, batteries-included Tcl/Tk binary for many platforms

https://androwish.org/home/wiki?name=undroidwish
46•smartmic•4h ago•2 comments

Cocoa-Way – Native macOS Wayland compositor for running Linux apps seamlessly

https://github.com/J-x-Z/cocoa-way
273•OJFord•11h ago•88 comments

Spanish legislation as a Git repo

https://github.com/EnriqueLop/legalize-es
659•enriquelop•9h ago•197 comments

OpenCiv1 – open-source rewrite of Civ1

https://github.com/rajko-horvat/OpenCiv1
27•caminanteblanco•3h ago•1 comments

Meta Partners with Arm to Develop New Class of Data Center Silicon

https://about.fb.com/news/2026/03/meta-partners-with-arm-to-develop-new-class-of-data-center-sili...
5•eatonphil•4d ago•1 comments

1929: Inside the Greatest Crash in Wall Street History

https://www.nybooks.com/articles/2026/03/26/tick-tick-boom-1929-andrew-ross-sorkin/
14•mitchbob•3d ago•11 comments

CERN uses ultra-compact AI models on FPGAs for real-time LHC data filtering

https://theopenreader.org/Journalism:CERN_Uses_Tiny_AI_Models_Burned_into_Silicon_for_Real-Time_L...
279•TORcicada•13h ago•125 comments

Circuit-level PDP-11/34 emulator

https://github.com/dbrll/ll-34
38•elvis70•5h ago•2 comments

C++26: A User-Friednly assert() macro

https://www.sandordargo.com/blog/2026/03/25/cpp26-user-friendly-assert
55•jandeboevrie•3d ago•39 comments

rpg.actor Game Jam

https://rpg.actor/jam
49•Kye•5h ago•5 comments

ICAO issued new power bank restriction on flight

https://www.icao.int/news/new-power-bank-restrictions-will-safeguard-international-aviation
46•phantomathkg•7h ago•59 comments

Go hard on agents, not on your filesystem

https://jai.scs.stanford.edu/
563•mazieres•21h ago•303 comments

Nobody Reads Your Setup Docs

https://hanzilla.co/blog/mcp-onboarding-ten-agents-one-command/
19•donutshop•3d ago•17 comments

Google just gave Android power users a sideloading win

https://www.androidauthority.com/android-sideload-carry-over-3652845/
24•croemer•1h ago•14 comments

Improved Git Diffs with Delta, Fzf and a Little Shell Scripting

https://nickjanetakis.com/blog/awesome-git-diffs-with-delta-fzf-and-a-little-shell-scripting
97•nickjj•4d ago•33 comments

StationeryObject

https://stationeryobject.com/archive/
33•NaOH•3d ago•1 comments

AMD's Ryzen 9 9950X3D2 Dual Edition crams 208MB of cache into a single chip

https://arstechnica.com/gadgets/2026/03/amds-ryzen-9-9950x3d2-dual-edition-crams-208mb-of-cache-i...
287•zdw•19h ago•157 comments

Hacking old hardware by renaming to .zip [video]

https://www.youtube.com/watch?v=P1kfuCkWo24
85•abadar•3d ago•68 comments

Paper Tape Is All You Need – Training a Transformer on a 1976 Minicomputer

https://github.com/dbrll/ATTN-11
119•rahen•3d ago•21 comments

The bee that everyone wants to save

https://naturalist.bearblog.dev/the-bee-that-everyone-wants-to-save/
252•nivethan•3d ago•81 comments