Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crapola/godot_dependency_graph

GDScript dependency graph builder
https://github.com/crapola/godot_dependency_graph

architecture gdscript godot graphviz

Last synced: 2 months ago
JSON representation

GDScript dependency graph builder

Awesome Lists containing this project

README

        

### 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](https://github.com/Scony/godot-gdscript-toolkit) is required.

Run the program using:

python godot_dependency_graph