frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Parametric Modeling with Grasshopper

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

Comments

ddkto•9mo 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•9mo 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•9mo 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•9mo 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•9mo ago
You seem insightful on this subject. What other parametric design tools, techniques or technologies do you consider noteworthy?
Duanemclemore•9mo 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•9mo 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•9mo 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•9mo 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

Diode – Build, program, and simulate hardware

https://www.withdiode.com/
194•rossant•3d ago•39 comments

λProlog: Logic programming in higher-order logic

https://www.lix.polytechnique.fr/Labo/Dale.Miller/lProlog/
55•ux266478•3d ago•9 comments

Terence Tao, at 8 years old (1984) [pdf]

https://gwern.net/doc/iq/high/smpy/1984-clements.pdf
346•gurjeet•22h ago•186 comments

A distributed queue in a single JSON file on object storage

https://turbopuffer.com/blog/object-storage-queue
46•Sirupsen•3d ago•15 comments

Show HN: enveil – hide your .env secrets from prAIng eyes

https://github.com/GreatScott/enveil
126•parkaboy•8h ago•72 comments

I Ported Coreboot to the ThinkPad X270

https://dork.dev/posts/2026-02-20-ported-coreboot/
234•todsacerdoti•13h ago•45 comments

The Missing Semester of Your CS Education – Revised for 2026

https://missing.csail.mit.edu/
104•anishathalye•21h ago•22 comments

Goodbye InnerHTML, Hello SetHTML: Stronger XSS Protection in Firefox 148

https://hacks.mozilla.org/2026/02/goodbye-innerhtml-hello-sethtml-stronger-xss-protection-in-fire...
30•todsacerdoti•38m ago•2 comments

Show HN: X86CSS – An x86 CPU emulator written in CSS

https://lyra.horse/x86css/
177•rebane2001•11h ago•63 comments

Blood test boosts Alzheimer's diagnosis accuracy to 94.5%, clinical study shows

https://medicalxpress.com/news/2026-02-blood-boosts-alzheimer-diagnosis-accuracy.html
320•wglb•10h ago•123 comments

The Age Verification Trap: Verifying age undermines everyone's data protection

https://spectrum.ieee.org/age-verification
1527•oldnetguy•23h ago•1172 comments

Show HN: Steerling-8B, a language model that can explain any token it generates

https://www.guidelabs.ai/post/steerling-8b-base-model-release/
219•adebayoj•13h ago•65 comments

Firefox 148 Launches with AI Kill Switch Feature and More Enhancements

https://serverhost.com/blog/firefox-148-launches-with-exciting-ai-kill-switch-feature-and-more-en...
333•shaunpud•7h ago•282 comments

Making Wolfram tech available as a foundation tool for LLM systems

https://writings.stephenwolfram.com/2026/02/making-wolfram-tech-available-as-a-foundation-tool-fo...
215•surprisetalk•15h ago•118 comments

Unsung heroes: Flickr's URLs scheme

https://unsung.aresluna.org/unsung-heroes-flickrs-urls-scheme/
131•onli•3d ago•55 comments

“Car Wash” test with 53 models

https://opper.ai/blog/car-wash-test
280•felix089•17h ago•350 comments

UNIX99, a UNIX-like OS for the TI-99/4A (2025)

https://forums.atariage.com/topic/380883-unix99-a-unix-like-os-for-the-ti-994a/page/5/#findCommen...
192•marcodiego•17h ago•59 comments

Intel XeSS 3: expanded support for Core Ultra/Core Ultra 2 and Arc A, B series

https://www.intel.com/content/www/us/en/download/785597/intel-arc-graphics-windows.html
49•nateb2022•9h ago•35 comments

Decimal-Java is a library to convert java.math.BigDecimal to and from IEEE-754r

https://github.com/FirebirdSQL/decimal-java
11•mariuz•4h ago•2 comments

ATAboy is a USB adapter for legacy CHS only style IDE (PATA) drives

https://github.com/redruM0381/ATAboy
26•zdw•3d ago•27 comments

Graph Topology and Battle Royale Mechanics

https://blog.lukesalamone.com/posts/beam-search-graph-pruning/
24•salamo•2d ago•1 comments

A simple web we own

https://rsdoiel.github.io/blog/2026/02/21/a_simple_web_we_own.html
267•speckx•21h ago•189 comments

Show HN: PgDog – Scale Postgres without changing the app

https://github.com/pgdogdev/pgdog
283•levkk•22h ago•53 comments

Hetzner Prices increase 30-40%

https://docs.hetzner.com/general/infrastructure-and-availability/price-adjustment/
284•williausrohr•1d ago•544 comments

Writing code is cheap now

https://simonwillison.net/guides/agentic-engineering-patterns/code-is-cheap/
246•swolpers•20h ago•322 comments

Ladybird adopts Rust, with help from AI

https://ladybird.org/posts/adopting-rust/
1204•adius•1d ago•672 comments

Show HN: Cellarium: A Playground for Cellular Automata

https://github.com/andrewosh/cellarium
28•andrewosh•3d ago•0 comments

xAI and Pentagon reach deal to use Grok in classified systems

https://www.axios.com/2026/02/23/ai-defense-department-deal-musk-xai-grok
6•ironyman•50m ago•1 comments

What it means that Ubuntu is using Rust

https://smallcultfollowing.com/babysteps/blog/2026/02/23/ubuntu-rustnation/
162•zdw•20h ago•209 comments

SIM (YC X25) Is Hiring the Best Engineers in San Francisco

https://www.ycombinator.com/companies/sim/jobs/Rj8TVRM-software-engineer-platform
1•waleedlatif1•16h ago