Panku Console is a feature-packed real-time debugging toolkit for Godot Engine. With Panku Console, you can easily interact with your scripts and objects at runtime, whether to cheat, debug, prototype, or just to have fun.
Panku Console is designed to be modular and extensible, and it is easy to add and maintain features. It is also designed to be as unobtrusive as possible, so you can use it in your project without worrying about the impact on the final product.
Any windows can be scaled, snapped, collapsed, dragged and even become an independent os window.
Allows you to execute arbitrary code at runtime like if you were god.
View native logs (the same as the editor output panel) in an overlay or a separate window.
Automatically convert all export properties in your script into an inspector window.
Watch the results of expressions in real time.
- History Manager: view history inputs.
- Keyboard Shortcut: bind expressions to keys for quick cheating.
- Screen Notifier: display popup messages on the screen.
- Texture Viewer: view textures in real time.
Since Panku Console is modular, you can easily remove or add features to suit your needs.
For more detailed information, please read the following:
- Developer Console
- Native Logger
- Data Controller
- Expression Monitor
- History Manager
- Keyboard Shortcut
- Texture Viewer
- Misc Commands
- General Settings
-
Download Latest commit from Github
-
Copy the
addons
folder to your project root directory -
Enable this addon within the Godot settings:
Project > Project Settings > Plugins
Or if you prefer to use git(recommended), you can add this mirror repo as a submodule in your addons folder which will automatically update the addon when you pull the latest changes.
# in your project root directory
cd addons
git submodule add https://github.com/Ark2000/panku_console
For more information about plugin installation, you can visit the corresponding Godot documentation.
Note: Panku Console currently only supports Godot version 4.x, 3.x support is still in progress.
Do you want to contribute? Learn more in the contribution section.
Copyright (c) 2022-present, Feo (k2kra) Wu