2025-11-28 22:20:47 +07:00
2025-11-28 22:20:47 +07:00
2025-11-28 21:52:05 +07:00
2025-11-28 21:52:05 +07:00
2023-07-28 18:20:28 +07:00
2025-11-28 22:05:06 +07:00
2025-11-28 21:52:05 +07:00

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.

S
Description
Detect cyclic dependencies in Godot, which cause "bad address index". Inspired by https://gist.github.com/tavurth/0d4c49a0a800cbc27f80c3a68f0c8ee7
Readme Apache-2.0 130 KiB
Languages
Python 100%