Back to browse
Turn 3 letters into a cube with different projections (inspired by GEB)

Turn 3 letters into a cube with different projections (inspired by GEB)

by gjlmotea·Apr 12, 2026·2 points·0 comments

AI Analysis

●●SolidRabbit HoleWizardryNiche Gem

Three-view projection solver with greedy and sculpt algorithms for impossible character combos.

Strengths
  • Multiple solving algorithms (Intersect, Greedy, Sculpt) handle edge cases where no perfect solution exists.
  • Exports to GLB, OBJ, STL for 3D printing — not just a browser toy.
  • Interactive Minecraft-style editing mode lets you manually fix projection conflicts.
Weaknesses
  • No practical use case beyond mathematical curiosity and generative art exploration.
  • Approximate solutions add visual artifacts that may frustrate precision-focused users.
Category
Target Audience

Math enthusiasts, generative art hobbyists, GEB fans

Similar To

ShadowType · TriShadow

Post Description

Input three characters, and it grows into a cube.

From the front view, you see the first character. From the side view, you see the second character. From the top view, you see the third character.

This page is designed to explore this idea. Given any three arbitrary characters, it computes a corresponding voxel structure.

It supports adjustable resolution and includes three different algorithms. For arbitrary combinations of characters, there may be multiple valid solutions—or none.

When the overlap between shapes is too small, no valid intersection can be found. In that case, additional “approximate” lines are introduced to best satisfy the three projections.

It supports freehand drawing input. It supports model export and shareable links.

On desktop, users can enter an interactive mode similar to Minecraft creative mode, where the voxel model can be edited freely: left click removes blocks / right click adds blocks. Users can build shapes and observe their projected silhouettes on each face.

I’ve been interested in this kind of ambiguous projection / perspective-dependent geometry since childhood. (Although it may not strictly be “optical illusion”.)

This kind of projection-based structure suggests that: different viewing angles lead to different interpretations, and the same underlying object can produce different beliefs or philosophical readings depending on perspective.

What seems like completely contradictory conclusions may still originate from the same underlying structure or entity.

Similar Projects