Ark2000 / PankuConsole

Feature-packed real-time debugging toolkit for Godot Engine.
https://k2kra.xyz/PankuConsole/
MIT License
997 stars 38 forks source link

Add a side menu to the dev console #137

Closed Ark2000 closed 10 months ago

Ark2000 commented 10 months ago

Is your feature request related to a problem? Please describe. No, there's not a related specific problem.

Describe the solution you'd like I would like to add a side menu to dev console, since dev console is the most frequently used part of the plugin, and it is a little over simpified, we can add some entrances lead to other functionalities to increase convenience and intuitiveness,

Describe alternatives you've considered People can always access other modules by typing commands, but sometimes this is not what we want.

Additional context

1 2

Here you can see, the side menu can be folded/unfolded by pressing the top left button. Each button contains an expression which will be executed when the button gets clicked.

image The buttons can be edited through configuration file located at res://

Ark2000 commented 10 months ago

How do you guys like it? You can test it by the feat branch. @scriptsengineer @mieldepoche @Eggbertx @univeous @CheapMeow @winston-yallow

Eggbertx commented 10 months ago

I like it, being able to access modules by clicking on the respective button instead of having to know the command is pretty convenient. And being able to switch between icon and icon+text mode is also pretty nice, especially for smaller viewports.

winston-yallow commented 9 months ago

oh heck yes! I'm a bit late to reply, but I love this new feature :blue_heart: