{"id":14961417,"url":"https://github.com/arceryz/godot-fastdi","last_synced_at":"2025-10-24T20:31:48.844Z","repository":{"id":255359301,"uuid":"849318249","full_name":"arceryz/godot-fastDI","owner":"arceryz","description":"Fast Debug Interface for Godot 4+. A simple debug UI that is fast to set up in only two files.","archived":false,"fork":false,"pushed_at":"2024-09-01T12:36:55.000Z","size":27345,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T04:16:28.623Z","etag":null,"topics":["debug","debugger-visualizer","debugging-tool","gdscript","godot","godot-engine","godot-plugin","godot-tool","godot4"],"latest_commit_sha":null,"homepage":"","language":"GDScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arceryz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T11:37:48.000Z","updated_at":"2024-11-01T14:03:53.000Z","dependencies_parsed_at":"2024-09-02T16:55:23.502Z","dependency_job_id":null,"html_url":"https://github.com/arceryz/godot-fastDI","commit_stats":null,"previous_names":["arceryz/godot-fast-debug-interface","arceryz/godot-fastdi","arceryx/godot-fastdi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arceryz%2Fgodot-fastDI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arceryz%2Fgodot-fastDI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arceryz%2Fgodot-fastDI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arceryz%2Fgodot-fastDI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arceryz","download_url":"https://codeload.github.com/arceryz/godot-fastDI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238035385,"owners_count":19405682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debug","debugger-visualizer","debugging-tool","gdscript","godot","godot-engine","godot-plugin","godot-tool","godot4"],"created_at":"2024-09-24T13:25:04.176Z","updated_at":"2025-10-24T20:31:38.832Z","avatar_url":"https://github.com/arceryz.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast Debug Interface for Godot4+\n\n![fastDI](/fastDI.png)\n\nA feature-rich yet simple debug UI that is fast to set up in your project. Only one [GDScript](/fastDI/fastDI.gd) and one [Scene](/fastDI/fastDI.tscn) file that you must include in your project. Access globally with autoload or locally with instantiation, as you prefer. FastDI strifes to be that simple solution to improve your quality-of-life when debugging.\n\n# Demo\n\nA demo scene is included with a player controller. All calls to the `FastDI` autoload are made from [scn_test.gd](/scn_test.gd).\n\n![fastDI_demo](/demo.gif)\n\n# Features\n\nThe debug interface supports all of the following features:\n- **Camera Swapping** with cameras in group `game_camera` and shortcut `CTRL-C`.\n- **Flag Setting/Getting** with `GetFlag` and `SetFlag`.\n- **True Editor Console** (works with `print()` statements).\n- **Time Plotter** with colors and multiple graphs per plot using the `SetPlotSample` function.\n- **Value Sliders** for float values using the `SetValue`, `GetValue` and `SetValueRange` functions.\n- **Pause Menu + Exit Game Button**\n\nEverything is centered on the two files `fastDI.gd` and `fastDI.tscn`. The\nfull documentation is present in the GDscript file. You can disable features by not using the associated API functions. The UI can be tailored to your liking in the scene file [scn_test.tscn](/scn_test.tscn).\n\n# Installation\n\nTo install, simply download the two files\n- [fastDI.gd](/fastDI/fastDI.gd)\n- [fastDI.tscn](/fastDI/fastDI.tscn)\n\nand put them anywhere in your project. Then either add the `fastDI.tscn` as an autoload for global access,\nor place it locally in the scene where you want to use the UI, but you will have to link signals manually.\n\n# Contributing\n\nIf you find any bugs, or have suggestions for an improvement, please create an issue. I strife to maintain this debug interface to be accessible to anyone without bloat.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farceryz%2Fgodot-fastdi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farceryz%2Fgodot-fastdi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farceryz%2Fgodot-fastdi/lists"}