visualizer-map
Crawl a Godot project to generate an interactive map of all scripts, showing variables, functions, signals, and connections. View the visualization in a browser at localhost:6505.
Instructions
[compact alias of map_project] Crawl the entire Godot project and build an interactive visual map of all scripts showing their structure (variables, functions, signals), connections (extends, preloads, signal connections), and descriptions. Opens an interactive browser-based visualization at localhost:6505.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the Godot project directory | |
| root | No | Root path to start crawling from (default: res://) | |
| include_addons | No | Whether to include scripts in addons/ folder (default: false) |