← all glyphs

Looks asymmetric, but it is a perfect horizontal mirror. The slashes hide it. Switch to Data URI to see the raw characters.

Autoglyph #62

Larva Labs dev set
Symbol scheme
#4
Structural symmetry
All
Visual symmetry
Hidden
Density
2436 marks (59.5%)
mod
7
Seed
a

How this glyph was made

New to Autoglyphs? Start with Understand.

Every Autoglyph is built on-chain from one number by a short, fixed piece of code. No image is stored. Here is that code run with this glyph’s own numbers, step by step.

  1. 1

    Start from the seed

    Every glyph begins as one number, its , fixed when it was minted. This glyph’s seed is 0x000000000000000000000000fc4a909e37b04041abfe9d358a75e73415838956. Change the seed and you get a completely different glyph.

  2. 2

    Hash it to a

    A seed is just a chosen number, and on its own it would let someone steer the result. Hashing it with , a standard scrambling method, turns it into a wild, evenly spread number that no one can predict or engineer. That scrambled number is : 0xc3eaa7001da34ffa19ecff74921fcc1bcc350993. That is why two nearby seeds produce completely different glyphs.

  3. 3

    Pick the symbol scheme

    The decides which characters the glyph is drawn with. Here, a leaves a remainder of 52 when divided by 83 (written a % 83 = 52). That number, 83, is a row of slots shared among the 10 schemes, and a’s remainder lands in one of them: 52 falls in scheme 4’s slot. Scheme 4 draws with , and it sits on a middling share, about 11 slots out of 83.

  4. 4

    Set the density

    The sets how often a cell inks: a higher mod leaves more blanks, a lower one fills more in. Here mod = (a % 11) + 5 = 2 + 5 = 7, low in the range (5 to 15), which is why this glyph is dense: 2436 of its 4,096 cells are marked.

  5. 5

    Set the symmetry

    Before the grid is filled, it is folded so it mirrors, which is why no Autoglyph is a random mess. Two more reads of a set the folds: a % 2 = 1 folds it left to right, and a % 3 = 2 folds it top to bottom. So this glyph is symmetric on every axis. The mirror is built in and real, but this glyph’s slash or bar characters flip when mirrored, so the picture can read as off balance. See when the mirror hides.

  6. 6

    Fill the grid

    Only now does the code draw. It walks all 64 by 64 cells, combining each cell’s position with a to pick a character or leave it blank. The same arithmetic produced all 512 glyphs; only the seed changed.

A curiosity: every glyph’s seed was chosen by its minter and passed to the contract, where it is hashed, so the seed cannot steer the result; the scheme, density and symmetry all fall out of the hash. Most minters used a throwaway number, but a few chose seeds with meaning. Autoglyph #337 was minted with the seed 1123581321, the start of the Fibonacci sequence (1, 1, 2, 3, 5, 8, 13, 21) written as a single number, and #198 with the round number 200. The look still came from the hash, not the chosen seed, so a meaningful seed is a signature, not a steering wheel.

Symmetry

Fold the glyph and the ink lands back on itself. Switch to Data URI to fold the raw characters instead of the drawn strokes.

Structural
All
Visual
Hidden

Fold axis

The strokes flip when folded, so the drawing reads broken. Switch to Data URI to see the raw characters fold exactly.

Notable & provenance

Larva Labs dev set

One of the first 128, the set Larva Labs kept for themselves before the public sale.

Related glyphs

Nearest in shape

A computed similarity: the glyphs whose overall composition is closest to this one, measured across a few simple traits (how much ink there is, where it sits, and how broken up and spread out it is). A rough visual guide, not an official grouping.

Same scheme, nearest density

A secondary view: same symbol scheme, closest mark count.