mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-23 11:15:32 +02:00
docs(rtd): move documentation to read the docs
This commit is contained in:
parent
4fec353509
commit
2e4189f7b2
45 changed files with 609 additions and 772 deletions
29
README.md
Normal file
29
README.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
<img align="left" width="64" height="64" src="./docs/_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](https://docs.godot-xterm.nix.nz/en/stable/introduction.html#features) of [the documentation](https://docs.godot-xterm.nix.nz/en/stable) for more detail.
|
||||
|
||||
The plugin currently supports Godot 3.x, with a Godot 4 (GDExtension) version under development on the [`main`](https://github.com/lihop/godot-xterm/tree/main) branch.
|
||||
The latest code for the Godot 3 version can be found on the [`godot-3.x`](https://github.com/lihop/godot-xterm/tree/godot-3.x) branch.
|
||||
|
||||
<video width="100%" controls>
|
||||
<source src="https://user-images.githubusercontent.com/3696783/126894061-a69eb6ad-9979-4723-ade7-829494a9fc87.mp4" />
|
||||
</video>
|
||||
|
||||
<div id="video-preview">
|
||||
|
||||
https://user-images.githubusercontent.com/3696783/126894061-a69eb6ad-9979-4723-ade7-829494a9fc87.mp4
|
||||
|
||||
</div>
|
||||
|
||||
[](https://lihop.github.io/godot-xterm-dist/demo)
|
||||
[](https://docs.godot-xterm.nix.nz/en/stable)
|
Loading…
Add table
Add a link
Reference in a new issue