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 moreHow to install Python modules in Blender using pip
If 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 moreVoronoi panel with Sverchok
After 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 moreMetaballs sculpture
How 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 more3 ways to integrate a modifier into Sverchok
If 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 moreLearning Sverchok: free ebook on parametric design
As 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 moreWaffle structures with Waffle node in Sverchok
Understanding 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 more3 ways to convert an image to 3D with Blender and Processing
In 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 moreParametric panels with Sverchok (2) – Interference patterns
This 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 moreParametric panels with Sverchok (1)
How 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 slice a 3D model for laser cutting and CNC milling with Blender and Sverchok
How 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 morePainting noise with ToxicLibs Volumetric brush in Processing
How 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 moreVoronoi relaxation (Lloyd’s algorithm) in Processing
How 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 moreHello Cinder
In 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 moreTesting the waters with Cinder and C++
With 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 moreRaster Voronoi with Sverchok
How 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 moreControlled circle packing: make it real
How 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 moreSpinner generator with Sverchok by Nikitron
Use Sverchok to generate spinners Today we will look at the spinner generator created by Nikitron (Никита Городецкий), the creator of Sverchok, that shared the
Read moreControlled Circle Packing with Processing
How 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 moreCustom color blending with ZMorph DualPro extruder
How 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 moreDifferential line growth: make it real
How 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 moreParametric honeycomb pattern with Sverchok
Easily create a parametric honeycomb pattern with Blender and Sverchok for 3D printing and CNC milling. Today we will see how we can create
Read moreDifferential line growth with Processing
How to implement the differential line growth algorithm with Processing I wanted to implement the differential line growth algorithm since long time and
Read moreParametric tiles with Blender and Sverchok
How 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 moreVase generator with Processing for 3D printing (Part 2)
In 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 moreSetting up Blender for 3D printing
Blender 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 moreVase generator with Processing for 3D printing – (Part 1)
In 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 moreLearn to code: Make G-code with Processing (Part 2)
In 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 moreLearn to code: Make G-code with Processing (Part 1)
In 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 moreWhat is G-code? INTRODUCTION
G-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