- cross-posted to:
- linux@programming.dev
- foss@beehaw.org
- cross-posted to:
- linux@programming.dev
- foss@beehaw.org
Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.
Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.
There are gpu accelerated terminal emulators… Not sure what you mean by remote development though.
remote development for connecting to a machine without a display server; basically covering the main use case for being constrained to a terminal.
Remote Tunnels in VS Code or JetBrains Gateway for example
I do use a GPU accelerated terminal, but it’s still very limited compared to a GUI; they serve different goals.
Fair
I like to be just as comfortable coding remotely as I do locally. I have the same setup on my machine & on servers. TUIs are sometimes a better UI/UX since they tend to not come with so much bloat & compatibility with all window managers as well as working great for extremely lightweight, low-latency pairing like the experience provided by upterm. My terminal is also GPU-acceraletd too for performance.