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: 11 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T23:07:32.000Z (over 1 year ago)
- Last Synced: 2025-04-01T19:58:48.046Z (about 1 year 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

# 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
