This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit 99565b6
committed
feat: ASCII/Unicode graph renderer for terminal visualization
Adds GraphAsciiRenderer with three render modes:
- Spatial force-directed layout on character grid (ASCII or Unicode)
- Adjacency list view with tree-style formatting
- Degree histogram as horizontal bar chart
Features: configurable grid size, node highlighting by name or degree,
degree annotations, edge type legend, file export.
Usage: new GraphAsciiRenderer(graph).render()1 parent 0172b55 commit 99565b6
2 files changed
Lines changed: 605 additions & 0 deletions
0 commit comments