DCKit
by Brahm bir Singh | MIT
A modular in-game developer console for Godot 4 — full command pipeline, syntax-highlighted input, autocomplete, and live documentation
DCKit adds a fully-featured developer console to any Godot 4 project. Type commands at runtime, inspect and set variables, run chained operations, and extend with your own commands — all without touching the core. Pipeline Input goes through a lexer
Python for Godot
by Niklas Zimmer | MIT
py4godot - Python scripting for Godot A GDExtension plugin that lets you write Python scripts for your Godot project just like you would write GDScript. Define @gdclass nodes, properties, and signals in pure Python, hook into _ready and _process, and tap
py4godot: Python Scripting for Godot py4godot is a GDExtension plugin that lets you write Godot scripts in Python. You can define classes, exported properties, and signals, and implement the standard lifecycle methods ( _ready , _process , and so on) much
loading more results...