Skip to content

Reference

GlyphViz is primarily a visual, interactive tool — most users will spend their time in the GUI, not the command line. This section is organized that way: interface reference first, file format and CLI reference for scripting/automation users further down.

Interface

  • Viewer Navigation


    Mouse and keyboard controls for orbiting, panning, zooming, and selecting nodes in the 3D Viewer.

    Reference

  • Menus


    Every menu and menu item in the GlyphViz GUI.

    Reference

  • Properties Panel


    Every field in the Properties Panel — what it controls and how it maps to the underlying node data.

    Reference

  • Node Panel


    The hierarchy tree view: navigating, selecting, and restructuring nodes.

    Reference

  • Immersive VR


    Walking into a scene with a headset, in the browser — controls, the wrist panel, and what stands aside during a session.

    Reference

Visual model

  • Geometries


    Every shape a node can take, and when to use each one.

    Reference

  • Topologies


    How a parent node arranges its children in space.

    Reference

  • Channels Animation


    Playing a time series into node attributes — the complete list of what Channels can drive, and what cascades to children.

    Reference

Formats & scripting

  • ANTz Node CSV Format Spec


    The canonical column specification behind every GlyphViz scene.

    Reference

  • 3D Graph Layout


    Turning an edge list into a scene: force-directed layout in three dimensions, communities, and filters.

    Reference

  • CLI Reference


    For scripting, automation, and headless/CI use. Most interactive users won't need this.

    Reference

  • Claude Skill


    Teach Claude to generate and validate GlyphViz scene CSVs from your data.

    Download

Glyph authoring tools

Three tools for building hyperglyphs — designed node hierarchies read as a single visual object. They all speak the same template .json, so a design can move between them.

  • Glyph Composer


    Build a glyph by hand, one level at a time, with a live preview. Ctrl+G

    Reference

  • Hyperglyph Generator


    Roll whole designs procedurally, then insert or save them for editing. Ctrl+H

    Reference

  • Hyperglyph Tree Designer


    A browser tool for designing branching, tree-like hyperglyphs and exporting them as Glyph Composer templates.

    Reference

Your own data

Tools that turn a personal data export into a finished scene. Unlike the glyph authoring tools above, these write a scene CSV rather than a glyph template.

  • Timeline Tower Designer


    A browser tool that turns your X (Twitter) archive into a tower of everything you have ever posted. Nothing is uploaded.

    Reference


This section is being built out

Some Interface and Visual model pages are still placeholders pending a verification pass with Claude Code against the actual GlyphViz source and GUI — including annotated screenshots generated through the --export-frame-style pipeline. Content there should not yet be treated as final.