SIG Visualizations (Text-Based)
This experiment produces simple text renderings of factor trees and placeholder spiral coordinates. It is a starting point for mapping SIG structures without pulling in graphics dependencies.
Goals
- Convert SIG-like trees into readable, indented text.
- Experiment with assigning radial levels and angles to nodes to approximate spiral positions.
- Provide hooks for later visualization pipelines.
How to Use
- Modify
generator.tsto adjust sample data or coordinate strategies. - Run with
ts-nodeor compile withtscto view text outputs. - Extend the coordinate calculation to plug into downstream visualization tools.
Notes
- The coordinate math is intentionally simple and can be swapped for more rigorous geometry later.
- Outputs are console-based to remain dependency-light.