Licenses
Order

DCKit 0

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 — Developer Console for Godot 4 DCKit is a full-featured, extensible in-game developer console for Godot 4. > player.warp Vector3(12, 0, 8) ✓ warped to (12, 0, 8) in 0.3 ms It provides everything you need to build a powerful developer console into

Python for Godot 1

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...