PankuConsole Save

Feature-packed real-time debugging toolkit for Godot Engine.

Project README

logo


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

✨ Highlights

đŸ“Ļ Tiny Footprint - Less than 256KB!

Panku Console is and will always be as lite as possible.

đŸ–ŧī¸ Multi-window UI - Arrange your layout however you want!

Any windows can be scaled, snapped, collapsed, dragged and even become an independent OS window.

ui

đŸ’ģ🔮 Developer Console - Execute Arbitrary Code at runtime with hints!

Allows you to execute arbitrary expressions (such as function calls) at runtime like if you were god 🧙‍♂ī¸.

console

📝🕹ī¸ Native Logger - Display native logs just in your game!

View native logs (the same as the editor output panel) in an overlay or a separate window 📋.

logger

🛠ī¸đŸ”§ Data Controller - Turn Any Object into a Tweakable Property Panel!

Automatically convert all export properties in your script into an inspector window.

data_controller

👀🎮 Expression Monitor

Watch the results of expressions at runtime just in your game.

expression_monitor

And More... 🌟

  • 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. đŸ–ŧī¸đŸ‘ī¸
  • Misc Commands: provide some useful commands. 🛠ī¸đŸ”§
  • General Settings: customize the console to your liking. ⚙ī¸đŸ”§
  • FAQ: frequently asked questions. 🙋‍♂ī¸đŸ™‹â€â™€ī¸

Since Panku Console is modular, you can easily remove or add features to suit your needs. 🧩🔧

modular

Installation 🚀

  1. Download Latest commit from Github đŸ“Ĩ.

  2. Copy the addons folder to your project root directory 📂.

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

Contribute 🤝

Do you want to contribute? Learn more in the contribution section. 🌟🙌

Also, see Project Roadmap for more information about the development plan.

License 📜

MIT License

Copyright (c) 2022-present, Feo (k2kra) Wu

Open Source Agenda is not affiliated with "PankuConsole" Project. README Source: Ark2000/PankuConsole
Stars
776
Open Issues
16
Last Commit
2 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating