mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-13 06:00:25 +01:00
a849423096
Rewrites the Terminal class as a GDExtension to be used directly in Godot without a terminal.gd proxy. Breaks a lot of things in its current state (e.g. signals and other functions have not be implemented yet), but does add support for transparent colors and true color inversion. It also seems to be about 4x faster (FPS-wise) than the old version with some basic stress testing. Old source code has been moved to a different directory to be copied over and/or rewritten piece by piece.
601 B
601 B
The code under the node_pty
directory is taken from the node-pty project, which in turn contains code from the Tmux project.
The code has been modified to remove references to node/V8 and make it compatible with GDNative. Any copyrightable modifications are released under the same license as the rest of the GodotXterm project.
The text of the node-pty license can be found in LICENSE_node-pty The text of the tmux license can be found in LICENSE_tmux