# 3D Fractals and Sculptures Based on Rubik's Cubes: From Theory to Practice
In the late 1990s, theoretical physicist Dr. Hana Bizek proposed using Rubik's Cubes as modules for creating volumetric mosaics and sculptures. Her approach relies on mathematical control of colors, symmetry, and element orientations, going beyond flat patterns. This enabled the creation of complex structures, including fractals, while preserving self-similarity properties.
Bizek formalized the task through design algorithms, where the 3×3×3 cube serves as the basic element. The key tool—parity pairs: mirror pairs of cubes with inverted color orientations on side faces (L/R). This reduces the palette to 3–5 colors, enhancing symmetry without sacrificing visual integrity.
Fractal Modeling of the Menger Sponge
Bizek adapted the Menger Sponge—a three-dimensional fractal—for Rubik's Cubes. The process is iterative:
- Iteration 0: A solved cube with no pattern.
- Iteration 1: A point pattern on a 3×3×3 cube, where the main color is the background ("matter"), and the center is "void" (simulating a hole with color).
- Self-similar iteration: Each cubie is analyzed individually. The background is replaced with a cube featuring the pattern seed; the "void" is replaced with a solid cube in the void color.
Repetition generates a structure with fractional dimensionality. A model of 27 cubes demonstrates the first iteration; further steps scale the fractal. Unlike the 2D Sierpinski carpet, this is a full volumetric realization without physical cutouts.
This technique was presented at Bridges conferences (2000, 2002), where Bizek connected Rubik's Cube design with fractal geometry and op-art.
Algorithm for Creating 3D Compositions
Bizek described a step-by-step process applicable to senior developers of visualization algorithms:
- Local module: Develop a pattern on a single cube accounting for rotations, parities, and orientations. Define color roles: background, accents, voids.
- Color control: Check face alignments. Lines continue, backgrounds match, voids expand according to self-similarity rules. Similar to global optimization in chess engines.
- Assembly: Placement in a 3D grid (3×3×3+). Implements spatial forms: truncations, steps, fractals.
Expansion to non-cubic shapes is inspired by Vasarely: op-art effects from ambiguous perspective (Necker cube effect). Cubes disrupt monocular projection, creating flips between orientations.
Modern Implementations and Optical Effects
After the 2000s, enthusiasts expanded Bizek's ideas in large-scale projects. French artist Invader introduced "Rubikcubism" with 3D sculptures. Cube Works (Toronto) assembled a volumetric Super Mario installation.
Examples of optical mosaics:
- Ernesto Fernandez: Einstein portrait from 4444 cubes on three perpendicular planes. Changing the viewing angle shifts the pattern, simulating depth.
- Hariprasad: Gandhi portrait from 600 cubes with a similar effect.
- Giovanni Contardi: 1:1 model of the Calamobio chest of drawers by Alessandro Mendini.
These works use parity pairs for color control in large arrays, confirming the scalability of Bizek's approach.
Key Takeaways
- Parity pairs ensure symmetry with a minimal palette, crucial for fractals.
- Iterative self-similarity rules model 3D fractals with color, without physical changes.
- The algorithm (module → color control → assembly) applies to procedural generation in graphics.
- Op-art effects from perspective ambiguity enhance visualization.
- Scale: from 27 cubes (Menger Sponge) to 4444 (portraits).
Bizek's legacy turned a hobby into a tool for mathematical art, relevant for algorithmic design and VR/AR prototyping.
— Editorial Team
No comments yet.