Latest Posts

Generative Art - Updated Examples

The changes and improvements I made to the Generative Art node for Sverchok mean some of the examples from earlier blog posts need some updates. I've include the updated examples in...

Generative Art Examples - Fractals on a Plane

This post is hopefully the first in a series of examples and demos for the Generative Art node for the Sverchok addon for Blender. This node is very strongly based on Structure Sy...

Generative Art - Sverchok Node Update

I've made some changes and improvements to the Generative Art node in Sverchok. This node uses a simple xml file to define a set of rules to produce geometry. This node is very stron...

Maze any Mesh in Blender

The grid of cells and list of links used as the data structure for 2D mazes by Jamis Buck's in his book "Mazes for Programmers" can be replaced with a mesh object where the vertice...

Blender 3D Maze Generator

The same backtracking algorithm that produces 2D mazes can be used to produce three dimensional mazes. All that's needed is to set up the cells in the grid with an extra dimension an...