mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-21 18:25:32 +02:00
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
<img align="left" width="64" height="64" src="./_static/images/icon.png">
|
|
|
|
# GodotXterm - Terminal Emulator
|
|
|
|
<br/>
|
|
|
|
[](#supported-godot-versions)
|
|
[](https://github.com/lihop/godot-xterm/blob/stable/LICENSE.md)
|
|
[](https://github.com/lihop/godot-xterm/actions/workflows/main.yml)
|
|
|
|
GDNative terminal for Godot.
|
|
Built using [libtsm](https://www.freedesktop.org/wiki/Software/libtsm/), [libuv](https://github.com/libuv/libuv), and [node-pty](https://github.com/microsoft/node-pty).
|
|
Primarily developed and tested on Linux, it also supports macOS with partial support for Windows and HTML5. See the [Features section](introduction.md#features) for more detail.
|
|
|
|
<video width="100%" controls>
|
|
<source src="https://user-images.githubusercontent.com/3696783/126894061-a69eb6ad-9979-4723-ade7-829494a9fc87.mp4" />
|
|
</video>
|
|
|
|
[](https://lihop.github.io/godot-xterm-dist/demo)
|
|
[](https://github.com/lihop/godot-xterm)
|
|
|
|
```{toctree}
|
|
:maxdepth: 2
|
|
:caption: Table of Contents
|
|
|
|
introduction
|
|
setup/index
|
|
api/index
|
|
CHANGELOG
|
|
```
|