Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smitner-studio/loggie-console
An interactive console for Godot, built upon Loggie
https://github.com/smitner-studio/loggie-console
godot godot-addon godot-engine
Last synced: about 16 hours ago
JSON representation
An interactive console for Godot, built upon Loggie
- Host: GitHub
- URL: https://github.com/smitner-studio/loggie-console
- Owner: Smitner-Studio
- License: mit
- Created: 2024-12-18T17:00:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T23:07:32.000Z (2 days ago)
- Last Synced: 2025-02-10T00:19:04.572Z (2 days ago)
- Topics: godot, godot-addon, godot-engine
- Language: GDScript
- Homepage:
- Size: 2.7 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![LoggieConsole.PNG](assets/loggie-console-logo.png)
# Loggie Console
An interactive console for Godot, built upon [Loggie](https://github.com/Shiva-Shadowsong/loggie)## Install
1. Install [Loggie](https://github.com/Shiva-Shadowsong/loggie)
2. Put the contents of this repository's `./addons` directory into your Godot project.
3. Do one of the following:
- Create an autoload of the Console scene `res://addons/loggie-console/scenes/console.tscn`.
- Instantiate the `res://addons/loggie-console/scenes/console.tscn` scene where appropriate.## Example
![LoggieConsole.PNG](assets/LoggieConsole.PNG)