Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
/ gterm Public archive

Terminal emulator control for Godot engine

License

Notifications You must be signed in to change notification settings

TeddyDD/gterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal for Godot

This is simple terminal emulator like control for Godot engine. It might be useful for projects like

  • rougelikes
  • game about hacking/hackers
  • game about programming
  • game with ASCII graphics
  • game when you have to interact with computers
  • editor plugins
  • cheat/debug console
  • think of something yourself

Notice: This control is still under development. While It's quite usable, the API may change without warning until 1.0

Screenshot

Screenshot of demo.tscn | Gif - Input | Gif - Font resize | Gif - Terminal resize

Screenshot of demo scene

Project Setup

Godot Engine version >= 2.1 is required.

Testing

Todo

How to use

To install these, copy terminal to a folder addons/ inside your projects, like this addons/terminal

and then activate it in Scene > Project Settings > Plugins Now you can create terminal control from Create new Node menu.

OR instance terminal.tscn somewhere in your scene.