mirror of
https://github.com/tiennm99/circular-dependency-checker.git
synced 2026-08-03 18:22:55 +00:00
feature/go
circular-dependency-checker
Detects cyclic dependencies in Godot Engine projects, which cause "bad address index" errors. This tool analyzes .gd script files to identify circular dependencies between classes.
In 2025, I rewrote this project using Go. The Python version of this project can be found at feature/python branch.
Note: This Go version hasn't been tested yet. I don't work with GD projects anymore.
Description
Detect cyclic dependencies in Godot, which cause "bad address index". Inspired by https://gist.github.com/tavurth/0d4c49a0a800cbc27f80c3a68f0c8ee7
Readme
Apache-2.0
218 KiB
Languages
Python
100%