Free non-repeating 2D/3D generator

Generate without patterns.

Aperiodic tilings have unique properties useful for a variety of applications. From computer graphics and signal processing to metamaterials, cryptography, and education. It's all built on the aperiodic monotile — a single shape, sometimes called the Spectre tile, that tiles the plane forever without ever repeating. See More.

Build free JPG or PNG previews. Upgrade for SVG, GLB, STL, CSV, and JSON exports.

Rectangle · 0.90x · PNG/JPG free Live preview

Sample outputs

Download real files before you integrate.

Open a sample in Blender, CAD, Illustrator, a 3D viewer, or your own parser. These are ordinary API artifacts with clipped boundaries and tile data.

Practical uses

When you want to avoid patterns, use this generator for non-repeating geometry, good for...

Blender and 3D workflows

Instance tiles in Blender, Houdini, or Three.js for architectural panels, animation, sculpture, and procedural scenes. Non-repeating structure helps avoid obvious tiling, moire, and grid artifacts while staying deterministic.

Blender workflow guide

Generative art and design

Create non-repeating compositions with stable IDs, deterministic seeds, clipping masks, and compact vector output.

Generative art guide

Materials and surface studies

Export SVG, STL, or GLB geometry for product surfaces, relief panels, printed textures, molds, and physical studies.

Surface workflow guide

Scientific communication

Turn a recent mathematical discovery into visuals people can understand: classroom handouts, museum panels, research figures, grant graphics, physical models, and interactive demos that show order without repetition.

Textiles and surface design

Build aperiodic motifs for wallpaper, fashion, packaging, embossing, engraving, and repeat-free decorative systems.

AI research

In contrast to common polygons, which have been studied for thousands of years, aperiodic monotiles are largely absent from AI training data. As pattern-learning machines, this pattern-defying geometry represents a huge challenge to navigate and a useful device for researchers.

Developer pipelines

Request tilings from scripts, job queues, design tools, or plugins instead of maintaining local substitution code.

API documentation

One request creates a clipped geometry patch.

POST JSON with your mask, tile scale, and exporter formats. When a job completes, artifact downloads arrive as signed, time-limited URLs.

{
  "formats": ["svg", "glb"],
  "mask": {"type": "rectangle", "width": 90, "height": 40},
  "scale": 1
}
curl -X POST https://api.aperiodicgenerator.com/v1/patch \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "scale": 1,
  "mask": {"type": "triangle", "side_length": 50},
  "formats": ["jpg"],
  "jpg_width_px": 900,
  "jpg_height_px": 780,
  "jpg_quality": 90
}'

Pricing

Production geometry with free previews

Raster previews stay free so anyone can sanity-check meshes. Paid plans unlock full vector exporters, higher limits, and the operational layer you build on, with no copyrights on tiling math.

Free

$0

Small preview patches · JPG/PNG raster previews only

  • Small preview patches for demos and experimentation
  • Raster image previews only: JPG or PNG
  • Public docs & examples

Commercial

$39/mo

Commercial license for client and business work

  • Production exporters: SVG, PNG, JPG, CSV, JSON, STL, GLB
  • Production jobs up to 500,000 retained tiles
  • Or $399 lifetime for commercial use

Outputs & rights. We retain no copyrights in your geometries: API responses are deterministic facts about planar substitution, not creative expression on their own (think uncolored grids). Your project becomes protectable once you add design choices, palettes, composites, narration, tooling, brand, or integration work. The guide in docs › outputs explains the positioning.