Ark2000 / PankuConsole

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

Home Page:https://k2kra.xyz/PankuConsole/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove logger?

Ark2000 opened this issue · comments

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
  • a filter mechanism

A new text area node composed of two RichTextLabel nodes will be introduced to cap lines of content.

it is like, an infinite scroll game.

specifically, the first buffer will be cleared and sent to the last when the last buffer is full.

with buffers, we can constanly output lots of stuff while keeping a smooth experience.