Grasshopper

algorithmic modeling for Rhino

Mihai Pruna's Blog (19)

Found an useful paper on grid generation

I have used this for a classroom assignment. It's great if  you want to gain a deeper understanding on how nice evenly spaced and orthogonal grids are generated, and the math is not too heavy.

Elliptic Grid Generation

Added by Mihai Pruna on April 28, 2014 at 7:30am — 1 Comment

an entire planet generated procedurally

Mind blown. From orbit down to grass.

There's a demo you can download and explore yourself but it seems to not work with Intel GPUs?!?!

This is the site: http://www.outerra.com/wfeatures.html

Videos here: http://www.outerra.com/wgallery.html

Added by Mihai Pruna on March 31, 2014 at 7:01am — No Comments

Dita Von "Tease"

Definitely the right person to show off this 3D printed dress!

Added by Mihai Pruna on March 19, 2014 at 9:08am — No Comments

Grevit - Free Grasshopper BIM creator and exporter

Grevit is a free GH plugin which allows you to create BIM models in Grasshopper and export them to AutoCAD and Revit.

Grevit page

Added by Mihai Pruna on February 28, 2014 at 12:02pm — No Comments

List of visual programming languages

Looks like a comprehensive list of all cute visual programming interfaces where you connect stuff.

GH is there too

http://blog.interfacevision.com/design/design-visual-progarmming-languages-snapshots/

Added by Mihai Pruna on February 25, 2014 at 8:00pm — 8 Comments

The gamification of 3D Model Visualization

This seems like an interesting approach especially for mobile devices:

http://clubrevit.com/2014/02/06/revizto-effortless-3d-collaboration-in-revit/

Added by Mihai Pruna on February 12, 2014 at 10:46am — No Comments

New Model in Mihai Pruna's Shapeways store!

Seems my Lifting Body Space Shuttle 3D printable model is quite popular, I added a larger version, roughly 1/144 scale.

I created this model using Sumo.

Added by Mihai Pruna on February 6, 2014 at 6:17pm — No Comments

3D Printable Airfoil Mesh -model by Mihai Pruna

From OpenFOAM to Paraview to get the mesh to Rhino/GH for thickening to NetFabb and Meshlab for preparation.

http://www.shapeways.com/model/1647849/meshed-airfoil-pendant.html?li=shop-results&materialId=83

Added by Mihai Pruna on January 29, 2014 at 11:11am — No Comments

Standalone free Grasshopper Alternative?

http://nodebox.net/

From what I have seen so far, the generative part works only in 2D.

Added by Mihai Pruna on January 10, 2014 at 7:21am — No Comments

Mihai Pruna's favorite freeware CAE applications

3d Modeling:

FreeCad - even though it can seem clunky at first, I prefer it to Autodesk123D.

STL generation, repair and editing:

NetFabb (free version) and MeshLab. Both have their strengths and complement each other.

Meshing (3D)

GMSH: relatively easy to generate a volumetric mesh inside a surface or around it with another surface of primitive as a domain.

Read more about how I use these tools here:…

Continue

Added by Mihai Pruna on January 6, 2014 at 8:30pm — No Comments

Idea for FEA using Grasshopper and Open Source Tools

I've been learning NetGen (an open source mesh generator) and NgSolve (finite element libraries closely linked to Netgen).There is still a lot to cover, I've just started. So far I've gotten them to work in a VC++ project. Well, ngsolve is acting weird, spewing out garbage characters on screen. But at leats it doesn't crash :)

Anyway, I got an idea.

Both…

Continue

Added by Mihai Pruna on January 6, 2014 at 6:29am — No Comments

advanced physics modeling

This open source sandbox type software would probably work well with Grasshopper and Kangaroo!

I used Golems to model robots for a First Technical Challenge competition.

Thank you,

Mihai Pruna

Added by Mihai Pruna on January 5, 2014 at 4:48pm — No Comments

How to create a simple web browser game

This article will take you through the steps necessary to create and deploy a simple Java game that can be played online.

Using the mouse you will move a white dot around a window, while a black dot will be chasing you. If the black dot gets near you, the game is over. The score is displayed and then the game resets.

To create this game we will use Processing, a developing environment that can generate Java…

Continue

Added by Mihai Pruna on January 5, 2014 at 4:36pm — No Comments

A programming tutorial and a peek inside the programmer's mind

This blog will show how I create a program. I tried to put down the thought process as I wrote the code.

Scilab is a free scientific programming language / IDE / toolbox similar to Matlab. But free!

This Scilab program will calculate the shear forces distributed to a fastener pattern by a load in the same plan as the fasteners, but whose location can be…

Continue

Added by Mihai Pruna on January 5, 2014 at 4:27pm — No Comments

Delaunay Algorithm

Grasshopper has a great Delaunay/Voronoi tool. At some point, however, I felt like really understanding the algorithm and set out to make my own. The only thing I took in consideration was the basic principle of Delaunay triangulation, namely, as Wikipedia puts it: "a Delaunay triangulation for a set P of points in a plane is a triangulation DT(P) such that no point…

Continue

Added by Mihai Pruna on January 5, 2014 at 4:20pm — No Comments

A simple tutorial on recursion

One of the neatest tricks for avoiding unnecessary 'for' or 'while' loops in your program is using a function recursively.

Engineers and Scientists without a computer science background usually rely on simple iterative techniques in their codes. But sometimes we end up with a bunch of nested loops that make the program very slow in execution and cumbersome to debug. Using recursion is an…

Continue

Added by Mihai Pruna on January 5, 2014 at 4:00pm — No Comments

3D Printable Models by Mihai Pruna

Using Netfabb, Meshlab, FreeCAD, Sumo and ParaView, I created some 3D Printable models, available here:

Mihai Pruna Shapeways store

Added by Mihai Pruna on January 5, 2014 at 1:30pm — No Comments

Mihai Pruna's CAE Interoperability tips

On the page below I listed several tips of connecting CAD programs using freeware tools:

Mihai Pruna's Interoperability Page

Added by Mihai Pruna on January 5, 2014 at 1:30pm — No Comments

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service