Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crapola/godot_dependency_graph
- Owner: crapola
- Created: 2024-10-15T15:37:59.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T14:54:38.000Z (2 months ago)
- Last Synced: 2024-11-01T15:33:45.518Z (2 months ago)
- Topics: architecture, gdscript, godot, graphviz
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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