How to make a parametric wall with Blender and Sverchok for CNC or laser cutting. I’ve thought for a while on how to realize an
Read more![Parametric wall Sverchok](https://i1.wp.com/www.codeplastic.com/wp-content/uploads/2020/01/render-cycles-1.png?resize=800%2C500)
Coding for makers
How to make a parametric wall with Blender and Sverchok for CNC or laser cutting. I’ve thought for a while on how to realize an
Read moreIf you are doing Blender scripting, sometimes you might want to do something very specific that requires one or more third party modules that are
Read moreAfter the Metaballs sculpture, here is another Sverchok speed noding video, this time a Voronoi panel. This time the key is the Voronoi with radius
Read moreHow to make a metaballs sculpture with Blender and Sverchok Today I will try a new format, where the blog post will go together to
Read moreIf you have been using Sverchok you probably have already wondered how to integrate one or more modifiers inside of it. Personally, I am looking
Read moreAs you have probably noticed, the blog hasn’t been active in the last months. This was for a reason, since I have been writing “Learning Sverchok: parametric and computational design tool for Blender“.
Read moreUnderstanding Sverchok’s Waffle node to create waffle structures in Blender for digital fabrication After looking at How to slice a 3D model for laser cutting and
Read moreIn this tutorial we will see three tricks to convert a 2D image to 3D. We will use Blender for the first and Processing with
Read moreThis is a small addendum to our previous post Parametric panels with Sverchok (1). What we will do is to create a new monad for our
Read moreHow to create parametric panels with Blender and Sverchok by modulating and superimposing waves and formulas. In this tutorial we will see how we can
Read moreHow to use Blender and Sverchok to slice a 3D model for laser cutting and CNC milling. Today we will see how we can use Blender’s
Read moreHow to use ToxicLibs Volumetric brush to create 2.5D models representing Perlin noise fields in Processing In this tutorial we will see how we can use
Read moreHow to implement a basic Voronoi relaxation (Lloyd’s algorithm) in Processing in few simple steps I stumbled upon this algorithm while researching for another
Read moreIn this post I will walk through the tutorial that the Cinder webpage proposes as an introduction to the language. It is outdated and because
Read moreWith today we (might) start a series of posts where we will be exploring the potential of C++, together with Cinder and other libraries for
Read moreHow to use Sverchok to create raster Voronoi patterns for 3d printing and CNC milling. The partitioning of a plane with n points into convex
Read moreHow to use the differential line algorithm to create a decorative tile with CNC I have finally found a simple way to use the circle
Read moreUse Sverchok to generate spinners Today we will look at the spinner generator created by Nikitron (Никита Городецкий), the creator of Sverchok, that shared the
Read moreHow to implement a controlled circle packing algorithm with Processing Today we will implement a circle packing algorithm using Processing. The inspiration for this tutorial came
Read moreHow to write Gcode for ZMorph DualPro extruder and make multi-color prints Today we will work with ZMorph DualPro extruder. This is an extruder that allows
Read moreHow to export the differential line growth sketch from Processing to Blender for digital fabrication. After seeing how to implement the differential line growth algorithm
Read moreEasily create a parametric honeycomb pattern with Blender and Sverchok for 3D printing and CNC milling. Today we will see how we can create
Read moreHow to implement the differential line growth algorithm with Processing I wanted to implement the differential line growth algorithm since long time and
Read moreHow to generate parametric tiles ready for 3D printing with the free Blender’s Sverchok add-on. Some time ago I got very intrigued by this article:
Read moreIn the previous tutorial we have written a simple class for creating a vase generator with Processing. Now we will continue our work by adding a
Read moreBlender doesn’t come ready for 3D printing, but setting it up is quite straightforward, in this article we will see how. Blender is an
Read moreIn the previous tutorial we have implemented a possible structure of classes for generating G-code with Processing, now we will apply it for something more interesting than
Read moreIn the previous tutorial we have seen how to simply generate G-code with Processing. We will now continue on this track, developing a more robust framework
Read moreIn the previous tutorial we have seen what G-code is, how it works and how you can write it by yourself on any text editor.
Read moreG-code is the language of your 3d printer. It is a series of commands that the machine understands and that determine where the toolhead moves,
Read more