XargonWan / RetroDECK

RetroDECK brings you an all-in-one sandboxed application to play your retro games (and even not-so-retro games) on Linux/SteamOS.

Home Page:https://retrodeck.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log reader tool in the Godot Configurator

Lazorne opened this issue · comments

A place where you can read all the logs in / logs sorted per function or system with a nice looking interface.

Any interest in using this? used it with c++ too?

https://github.com/pkdawson/imgui-godot

Any interest in using this? used it with c++ too?

https://github.com/pkdawson/imgui-godot

Seems too much complex for oir scope, we just need to list the logfiles and read them.
Moreover we can have an option to open a terminal to see the live log stream.

Sorry I meant that it would be useful for configurator in general. As it extends the functionality of Godot

In terms of a log viewer the TextEdit node set to no edits might be good for this.

It adds select and copy functions automatically. Has a mini map for file and can add line number references etc

Are you wanting an explorer widget for viewing log files. Or a preset list of files to view?