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 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 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 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 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 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 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