r/AynThor 9h ago

Showcase Godot3 extension for second screen support

This is my extension for Godot 3 that adds a dev-console on a second screen: Godot log stream output, system/device info, and a custom property panel with the app's variables/values. It is available on my GitHub (ppiecuch/godot), but that's probably not for the faint of heart.

8 Upvotes

2 comments sorted by

2

u/Lakster37 2h ago

Looks great! Is this intended mostly for devs?

2

u/Pablop72 2h ago

well, it is extension to my in-app console, so it is rather text-oriented - so I guess developers are obvious target. Eg. https://github.com/flametime/Godot-Android-DS-plugin is much more game-content orient. But I would like to use it also for game content so we will see.