godot-xterm/docs/introduction.md
Leroy Hopson e732712b55 feat(theme)!: replace hack with jetbrains mono
Replaces the Hack font with JetBrains Mono which is the new default code
editor font in Godot 4.
2024-04-01 21:18:00 +13:00

7.7 KiB

Introduction

Features

  • {{Terminal}}

    A Terminal emulator Control node.

    Supports ANSI and (some) XTerm Control Sequences which can be used to do things such as clear the screen, move the cursor, change printed text color, ring a bell, and so on. For an exhaustive list of terminal control sequences (not all of which are supported by GodotXterm) see "XTerm Control Sequences".

  • {{PTY}}

    Linux and macOS only.

    Node for forking processes (e.g. bash, nodejs, python) with pseudoterminal file descriptors. Can be used with the Terminal node to get an actual shell.

    Not currently supported on Windows, but it could be in the future using ConPTY or WinPTY. See issue #25.

  • Terminal Editor Plugin

    Linux and macOS only.

    Adds a panel to the Editor's bottom panel that can be used to spawn terminals in the editor. Similar to VSCode's integrated terminal and IntelliJ's embedded terminal.

  • Asciicast Import Plugin

    Adds support for importing asciinema v2 .cast files as animations that can be played by an AnimationPlayer that is a child of a Terminal node. Example .cast files can be downloaded from the asciinema website.

  • Xresources Import Plugin

    Adds support for importing color schemes from .xrdb or .Xresources files. Example xresources files can be exported from terminal.sexy. The iTerm2-Color-Schemes repo also has many example color scheme files in xrdb and Xresources format.

Screenshots

Demos and Examples

The GodotXterm repository contains several example scenes in the {{ '/examples'.format(repo) }} directory. If cloning the repo, you will need to either build the GDNative binaries from source or copy pre-compiled binaries into your project. See the Setup section for more details.

Other examples of GodotXterm usage are available online:

  • Live Demo: A Web export of the GodotXterm repo's example scenes.

:::{error} The Web export made with the latest version of the plugin has been verified to work with Google's Chrome browser, and known not to work with Firefox. Some aspects of this may be due to the poor compatibility of Godot 4's Web exports with various browsers. If you are wanting to export to web, consider using an older version of the plugin built for Godot 3. :::

  • The Guest: A Linux only submission to the Linux Game Jam 2022. Uses GodotXterm in conjunction with the gdtemu addon and Linux's Kernel-based Virtual Machine, to provide the player with an interactive VM that can be used in the game world.

  • Xterminate: A Linux, macOS, and Windows demo which uses an older version GodotXterm in conjunction with Godot Python.

Are you using GodotXterm in your project and want it listed here? Please open a pull request to have it added.

Supported Godot Versions

GodotXterm aims to support the current stable release of Godot, but may lag slightly. Currently, Godot 3.x versions are supported with support for Godot 4 coming soon.

:::{tip} Godot 3.3.x versions are no longer officially supported but may work if the GDNative libraries are compiled using an older version of godot-cpp. :::

Installation

GodotXterm is available on the Godot Asset Library. For more ways to install see the Setup section.

Help

Documentation is available here on Read the Docs. If you have a question not answered by the docs, or would like more support, feel free to open a new discussion in the discussions section of the project repo.

License

Copyright (c) 2020-2024, Leroy Hopson and contributors (MIT License).

See the {{ 'full license'.format(repo) }}.

Third-party components

The GDNative source code incorporates code snippets and source code from many third-party libraries. The licenses of these components can be found in the various sub-directories of this project (provided git submodules have been cloned). Many of these licenses must be distributed with source and binary distributions of this software. For convenience, the texts of these licenses have been bundled together (but clearly demarcated) in the {{ 'THIRDPARTY_NOTICES.txt'.format(repo) }} file.

:::{note} On platforms where the PTY node is not supported or if the library has been compiled with the option disable_pty=yes then only the licenses bundled in {{ 'THIRDPARTY_NOTICES_nopty.txt'.format(repo) }} are applicable. :::

Fonts

  • The JetBrains Mono NL (no ligatures) Regular font is bundled with GodotXterm as the default Terminal font. This is same as the default monospace font used by the Godot editor. It is released under the terms of the {{ 'SIL Open Font License'.format(repo) }}.

Nonbundled Resources

The following resources are not bundled with GodotXterm (i.e. are not included in the addons/godot_xterm directory) but are included in the project repository for demo and testing purposes. They are:

Fonts

  • The bold, italic, and bold italic styles of the JetBrains Mono NL font, covered by the same font license as above.
  • Nerd Fonts. Combines symbols from a multitude of other fonts. See {{ 'license information'.format(repo) }}.
  • Noto Color Emoji. Released under the {{ 'SIL Open Font License'.format(repo) }}.
  • Unifont. Dual-licensed (since version 13.0.04) under the GNU GPL 2+ with the GNU font embedding exception and the SIL Open Font License (OFL) version 1.1. This project uses it under the terms of the {{ 'SIL Open Font License' }}.

Sounds