PankuConsole icon indicating copy to clipboard operation
PankuConsole copied to clipboard

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

Results 14 PankuConsole issues
Sort by recently updated
recently updated
newest added

**Approach:** implement a customed parser according to `Expression` source: 1. https://github.com/godotengine/godot/blob/master/core/math/expression.cpp. 2. https://github.com/godotengine/godot/blob/master/tests/core/math/test_expression.h **Basic Steps:** 1. Implement a lexical analyzer to tokenize the input expression string into individual tokens, such...

Critical 💩
Feature✨

Instead of having a button to toggle the hardcoded CRT shader, it would be nice to have a button that shows a FileDialog, allowing the user to select their own...

Feature✨

Run-time memory leak detection could trigger alerts. Orphan nodes and other things can leak memory and be detected to tell the developer when their code has taken a misstep. I...

Feature✨

the native logger module should be a part of dev console. TODO: - [ ] Improve the dev console output performance to support millions of lines of output - [...

Feature✨
Improvement✒

the demo should be more interactive like a game. also, can be used as a regression test.

Improvement✒

By utilizing this great project: https://github.com/bitwes/Gut A good reference: https://github.com/bitbrain/beehave/blob/godot-4.x/.github/workflows/unit-tests.yml

Help Wanted ❕
Improvement✒

Seems the current logger module is a little weak for the community, so several enhancement will be made to make it more powerful, but, it is not an easy job...

Improvement✒

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Feature✨

**Is your feature request related to a problem? Please describe.** I want to see rich text output, but instead I see terminal escape codes **Describe the solution you'd like** Rich...

Feature✨
good first issue👍

**Is your feature request related to a problem? Please describe.** When calling print_debug() output differs in panku to the console **Describe the solution you'd like** Show file information. It doesn't...

Feature✨