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.
-
Menus
Every menu and menu item in the GlyphViz GUI.
-
Properties Panel
Every field in the Properties Panel — what it controls and how it maps to the underlying node data.
-
Node Panel
The hierarchy tree view: navigating, selecting, and restructuring nodes.
-
Immersive VR
Walking into a scene with a headset, in the browser — controls, the wrist panel, and what stands aside during a session.
Visual model¶
Formats & scripting¶
-
ANTz Node CSV Format Spec
The canonical column specification behind every GlyphViz scene.
-
3D Graph Layout
Turning an edge list into a scene: force-directed layout in three dimensions, communities, and filters.
-
CLI Reference
For scripting, automation, and headless/CI use. Most interactive users won't need this.
-
Claude Skill
Teach Claude to generate and validate GlyphViz scene CSVs from your data.
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
-
Hyperglyph Generator
Roll whole designs procedurally, then insert or save them for editing. Ctrl+H
-
Hyperglyph Tree Designer
A browser tool for designing branching, tree-like hyperglyphs and exporting them as Glyph Composer templates.
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.
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.