TeddyDD / gterm

Terminal emulator control for Godot engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Terminal emulator control for Godot engine

License:Other


Languages

Language:GDScript 100.0%