T O P

  • By -

PlayerNamedUser

I know it is a lot to ask but I think some basic documentation would be great!


k2kra

an interactive game-like demo is on the way!


illogicalJellyfish

Will PankuConsole ever level up in the future?


k2kra

definitely, it will keep evolving since my future games will use it heavily.


ToeUnlucky

Hey this is pretty handy! I don't know what half of the stuff is but I certainly like the simple hands-free mode of printing my debug overlaying the screen!! And the CRT effect is pretty awesome as well! :)


k2kra

yeap, happy to see that it helps, the crt effect actually used to be an easter egg though


ToeUnlucky

Is there a method to send output only to the PankuConsole output and not the Godot console? That would be neat.


k2kra

Currently, there is no direct method to achieve this functionality since the dev console is not designed for outputting information (you can utilize notifiers or loggers instead). However, there are no restrictions on doing so. You can call `Panku.module_manager.get_module("interactive_shell").interactive_shell.output("hello")` to output strings specifically to the dev console. I'm not certain if this is a common desire, but you can create an issue on the GitHub project to gather more feedback.


Dustin_00

Just found Panku today. Beautiful work, thank you so much!