Terminal emulator for the Godot game engine.
Find a file
2024-03-30 01:20:07 +13:00
.github fix(ci): fix additional gut test success condition 2024-03-03 21:14:00 +13:00
.plugged Setup tests 2024-02-18 14:06:25 +13:00
addons feat(pty): add cols/rows methods and resize tests 2024-03-29 01:27:42 +13:00
docs docs(rtd): move documentation to read the docs 2024-03-30 01:20:07 +13:00
examples Remove references to terminal.gd 2023-01-21 15:33:56 +13:00
misc Remove git commit hooks 2024-02-13 11:12:32 +13:00
test feat(pty): add cols/rows methods and resize tests 2024-03-29 01:27:42 +13:00
themes chore: add .import files 2024-02-06 23:56:06 +13:00
.env.example Detect rendering driver to use with macos runner 2024-02-24 16:18:50 +13:00
.gitattributes docs(rtd): move documentation to read the docs 2024-03-30 01:20:07 +13:00
.gitignore docs(rtd): move documentation to read the docs 2024-03-30 01:20:07 +13:00
.gitmodules feat(term): implement copy_all() 2024-03-03 21:04:42 +13:00
.pre-commit-config.yaml Perform GDScript format checks using pre-commit 2024-02-13 11:27:07 +13:00
default_env.tres Godot 4 automatic changes 2022-11-09 20:57:46 +00:00
export_presets.cfg Use default export templates for HTML5 2022-08-27 10:32:22 +12:00
Justfile chore(build): enable debug symbols by default 2024-03-01 19:11:47 +13:00
LICENSE.md Move documentation from wiki to main repo 2022-08-10 23:13:05 +12:00
plug.gd Setup tests 2024-02-18 14:06:25 +13:00
project.godot docs(rtd): move documentation to read the docs 2024-03-30 01:20:07 +13:00
README.md docs(rtd): move documentation to read the docs 2024-03-30 01:20:07 +13:00

GodotXterm - Terminal Emulator


Godot Version License Build and Test

GDNative terminal for Godot. Built using libtsm, libuv, and node-pty. Primarily developed and tested on Linux, it also supports macOS with partial support for Windows and HTML5. See the Features section of the documentation for more detail.

The plugin currently supports Godot 3.x, with a Godot 4 (GDExtension) version under development on the main branch. The latest code for the Godot 3 version can be found on the godot-3.x branch.

Live Demo View Documentation