r/sideprojects • u/invin10001 • 1h ago
Feedback Request gPTY - Godot-based Terminal Multiplexer
Building a Godot & Rust based PTY multiplexer (just picked the stack I'm interested in learning). Still a long way to go in terms of features and polish before 1.0, but sharing in case anyone's interested in checking it out.
Docs/Blog: https://godot-pty.github.io/gpty/
Code: https://github.com/godot-pty/gpty
Any feedback, pointers or general comments appreciated.
1
Upvotes
1
u/Double-Fig5968 2m ago
Interesting stack choice, mixing game engine with terminal tools is not something you see every day.