algorithmic modeling for Rhino
Plankton is a free and open library implementing the half-edge data structure for polygon meshes.
This way of storing the mesh connectivity information allows easier adjacency queries and supports mesh faces with any number of sides (Ngons), not just quads and triangles.
The plankton library is intended primarily to be referenced and used from scripts, but basic GH components for conversion and topology extraction are provided, and more may be added at a future date.
Plankton is still very much a work in progress. This is a first release, and methods/features will change in future versions.
Currently most of the methods relate to extracting topology information from existing meshes, and converting between Rhino meshes and Plankton meshes, but the intent is to over time add more ways of actually modifying and building meshes.
Please share your thoughts and ideas in the forum...
download the latest release here:
https://github.com/meshmash/Plankton/releases/latest
This library is distributed under the terms of the GNU Lesser General Public License (LGPL).
(The source is available on GitHub here)
Copyright 2013 Daniel Piker and Will Pearson
For more on half-edges, see:
http://www.flipcode.com/archives/The_Half-Edge_Data_Structure.shtml
http://openmesh.org/Documentation/OpenMesh-2.0-Documentation/mesh_hds.html
http://www.graphics.rwth-aachen.de/media/papers/directed.pdf
Thanks to the people I have had many conversations about meshes with over the last few years that have really helped inspire and inform this work: including: Daniel Hambleton, John Harding, Kristoffer Josefsson, Harri Lewis, Giulio Piacentino, and especially Dave Stasiuk, who also shared code that helped get this working.
Website: https://github.com/meshmash/Plankton
Members: 383
Latest Activity: Oct 9
Following on from the images I posted recently (here),I am now making available the source script for Cytoskeleton.First,…Continue
Tags: mesh, Plankton, Weaverbird
Started by Daniel Piker. Last reply by Serge Jul 31, 2020.
Hi,I’m using mesh machine to have a good triangulation of my mesh but I was wondering if I can set target valency for my edges in order to control triangulation. I want to have a triangulation where…Continue
Started by Contestables Jan 21, 2020.
Here are some demo's of remeshing with Plankton combined with some relaxation functions from Kangaroo.(Similar to what I described here: …Continue
Tags: remeshing, mesh, Kangaroo, Plankton
Started by Daniel Piker. Last reply by Contestables Jan 20, 2020.
Plankton 0.4.2. If I take any simple mesh object generated in grasshopper and convert it with the PMesh module, then try running the following python code, I get:for v in…Continue
Started by Cory. Last reply by Will Pearson Nov 27, 2018.
Comment
@daniel: you were right, there was a copy of the .ddl file somewhere on my drive. now it works fine! thank you!
Was the name "Sea Monkeys" already taken? Kidding...
Looks like interesting stuff, but a bit beyond my level of comprehension. Hopefully there wont be a quiz anytime soon.
Cheers,
taz
Patric - do you have more than one copy of the dll ? (ie one in your download folder and one in your GH libraries folder)
Do you get any errors, or it just doesn't show up on loading ?
my gh version (0.9.0056, rhino 5 64bit) can not load the plugin. .gha and dll. are unblocked.
any idea?
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by
You need to be a member of Plankton to add comments!