HackerTrans
トップ新着トレンドコメント過去質問紹介求人

petersunde

no profile record

投稿

Show HN: Horizon – GPU-accelerated infinite-canvas terminal in Rust

github.com
84 ポイント·投稿者 petersunde·4 か月前·32 コメント

コメント

petersunde
·4 か月前·議論
v0.2.0 binaries just landed: https://github.com/peters/horizon/releases/tag/v0.2.0
petersunde
·4 か月前·議論
[dead]
petersunde
·4 か月前·議論
Splitting across multiple screens support just landed: https://github.com/peters/horizon/pull/32
petersunde
·4 か月前·議論
Zoom support just landed: https://github.com/peters/horizon/pull/27
petersunde
·4 か月前·議論
libghostty looks really promising! I went with Alacritty as the terminal backend because its core is written in pure rust.
petersunde
·4 か月前·議論
Yes, though it’s still early days. You can install it from crates.io with cargo install horizon-ui or grab a prebuilt binary from https://github.com/peters/horizon/releases/tag/untagged-0e65...

Each commit to main also produces downloadable unsigned binaries in the GitHub Actions tab.
petersunde
·4 か月前·議論
Thanks for letting me know about the settings/minimap overlap, I’ll fix that. And yes, zoom is on the list! I’ll implement it tomorrow. Just wanted to get the core working first without hogging the CPU.
petersunde
·4 か月前·議論
Thanks for trying it! I totally forgot about multiple screens because I use multiple workspaces on an 8K screen.

Splitting across multiple screens shouldn’t be too difficult since Horizon already supports multiple sessions. I’ll try to get it working tomorrow :)