I recently came across very beautiful generative digital sculpture work on Instagram. Sharing some images. I asked the artist and came to know that these are made on Mandelbulb 3d. What all plugins in Grasshopper can be used to make such work and what are the main keywords I can search on the internet to know more about designing such sculptures using Grasshopper native scripting (no coding) plus plugins?
These are probably done with shaders, which arenāt something that you can easily deal with in Rhino or Grasshopper. Processing, OpenFrameworks, and Cinder are much more apt to this task, but it still is no easy task and requires lots of coding.
Shaders are written in a C-like language and calculated on the GPU, which makes them super fast and efficient. However, they donāt produce āreal, three-dimensional geometryā, but rather a GPU-computed 2D image for your computer screen.
For images or video games this is perfect, but if you want to produce sculptures that you may want to realise in the physical word (i.e. additive manufacturing, CNC, etc.), youād be on the wrong track.
Geometry similar to the third image could probably be achieved with some kind of strange attractor that would produce a base curve. This curve could be thickened by sweeping, piping, Dendro, Cocoon, etc.
The second and maybe first one could probably be reproduced with some kind of agent-based system on a base geometry that would define the shape. The particles would simply draw trails that could be meshed.
Anyways, youāll need lots and lots geometries to reproduce all the intricacies and Rhino is probably not up to the challenge. Houdini would probably be an alternative.
This no easy task!
Thank you so much for your detailed reply!!
Iāve heard of the term shaders being used in 3dsmax but never looked into them.
This is the most crucial part. Iāve been exploring computational design more intensively since January 2020. And this is the best advice Iāve ever got which has given tremendous amount of clarity with my decision making about what to learn and what not to learn. I think I should stick with Grasshopper and Plugins as of now. I attended a webinar on Processing which looked really cool. Tried touch designer then uninstalled it.
I believe as of now Grasshopper is probably more than enough for my pursuit of computational design with respect to architecture, industrial design and landscape design.
Iāll surely explore these plugins. This is the best part about the Rhino environment that people all across the globe are involved in development of some seriously amazing plugins. It is definitely very hard (or maybe even impossible)to catch up with news of plugin development being done at lightning speed with so many people involved.
Last year, had a chat with this guy on Instagram, Oleg, https://www.instagram.com/after_form/
He advised me that Houdini is easier and faster to grasp than Grasshopper when it comes to handling lot of complexity in geometries.
True that! Thanks a lot.
Youāre welcome.
Yes, but I was thinking of an even more barebones version that you script yourself.
If the topic interests you, you can check out the amazing Book of Shaders website by Patricio Gonzalez Vivo and Jen Lowe.
Until it isnāt.
I donāt know about that, but it sure handles complex geometries better than Rhino/Grasshopper do, and the implementation of scripting is more mature.
Briefly went through the Book of Shaders. Itās too technical and not for me as of now. Too technical and codey. Iām completely staying away from code.
By saying āmatureā, you mean itās faster, efficient and easy or itās difficult and requires more practice than Grasshopper?
Noted.
Not necessarily faster or easier to learn, but better implemented in the workflow as a whole, Iād say. However, itās also nearly required to do some coding here and there, whereas in Grasshopper, you never have to use a scripting component, if you donāt fall over something that canāt be done otherwise, which is a big plus in terms of beginner friendliness.
I would recommend the Chimpanzee plug-in which focuses on fractal math and chaos theory. Current version supports strange attractors, maps, 4D hyperchaotic systems and iterated function systems (IFS).
Okay. Thanks. Hmmā¦Now Iām in a dilemma of trying Houdini or not. I think Iāll still stay minimal and master Grasshopper first with respect to solving more architectural problems rather than alien sculptural geometry. Iāll put Houdini in my to-learn list along with Blender. Iām saying this because of a plugin called Tissue developed by architect Alessandro Zomparelli.
Thanks @matous.stieber, Iāll surely check this plugin out. So many plugins man!! So many plugins coming out. Super grateful for this wonderful community thatās here on this forum.
My journey of learning Grasshopper has been going great because of awesome support from this forum.
Haha, sure! I donāt see the dilemma though. You could slowly try them all.
Ah yes, Iāve somewhat experimented with this one. It does a lot of thing that can be done with Pufferfish or Weaverbird in Grasshopper, but it also has some features that Iāve only seen as scripted components in Grasshopper or not at all for that matter.
Check out Gediminas Kirdeikis on YouTube! In my opinion, this guy is the contemporary rockstar among the Grasshopper tutorial vloggers. He explains things well and his example projects are very elaborate. Many of the others are more of gist let-me-show-you-what-I-can-do, which is not the best way to learn.
Junichiro Horikawa has another great channel about both Houdini and Grasshopper. Some videos are in Japanese, but hey another thing to learn.
C4D and octane rendererās vectron tool
https://www.artstation.com/artwork/48dmXk
Those are 3d Julia fractals and as stated above probably done with shaders to achieve realtime rendering and geometry generation through sdfās and ray marching. Search Julia 3d shadertoy and you will get a lot of hits.