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 more
Coding for makers
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 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 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 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 moreHow to implement the differential line growth algorithm with Processing I wanted to implement the differential line growth algorithm since long time and
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 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