godot-xterm/addons/godot_xterm/native
Leroy Hopson a849423096
Rewrite terminal.cpp
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.
2024-02-07 00:14:33 +13:00
..
bin Rewrite terminal.cpp 2024-02-07 00:14:33 +13:00
src Rewrite terminal.cpp 2024-02-07 00:14:33 +13:00
src_old Rewrite terminal.cpp 2024-02-07 00:14:33 +13:00
thirdparty Update libtsm 2024-02-06 23:56:21 +13:00
.dockerignore Add Docker build for Linux 2022-07-11 09:33:00 +12:00
build.sh Rewrite terminal.cpp 2024-02-07 00:14:33 +13:00
docker-compose.yml Rewrite terminal.cpp 2024-02-07 00:14:33 +13:00
godotxtermnative.gdnlib Add rudimentary terminal to editor's bottom panel 2021-07-11 23:03:33 +07:00
javascript.Dockerfile Update build files and GitHub Actions workflow 2023-01-26 08:21:43 +13:00
linux.Dockerfile Update build files and GitHub Actions workflow 2023-01-26 08:21:43 +13:00
SConstruct Rewrite terminal.cpp 2024-02-07 00:14:33 +13:00
shell.nix Pin nixpkgs version 2024-01-06 23:22:39 +13:00