Skip to content

crapola/godot_dependency_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDScript dependency graph builder

This Python program attempts to build a dependency graph of the custom classes in a Godot project.
It outputs the result in the console as DOT language.
You can use it to generate the graph using whichever way your prefer, the easiest being pasting into an online service such as https://dreampuf.github.io/GraphvizOnline .

Installation and usage

godot-gdscript-toolkit is required.

Run the program using:

python godot_dependency_graph <path_to_project>

Releases

No releases published

Packages

No packages published

Languages