SaaSHub helps you find the best software and product alternatives Learn more →
Vte Alternatives
Similar projects and alternatives to vte
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Windows Terminal
The new Windows Terminal and the original Windows console host, all in the same place!
-
-
-
-
-
-
-
FTXUI
Features: - Functional style. Inspired by [1] and React - Simple and elegant syntax (in my opinion). - Support for UTF8 and fullwidth chars (→ 测试). - No dependencies. - Cross platform. Linux/mac (main target), Windows (experimental thanks to contributors), - WebAssembly. - Keyboard & mouse navigation. Operating systems: - linux emscripten - linux gcc - linux clang - windows msvc - mac clang
-
-
marimo
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
-
-
-
-
-
-
emoji-test-regex-pattern
A regular expression pattern for Java/JavaScript to match all emoji in the emoji-test.txt file provided by UTS#51.
-
vte discussion
vte reviews and mentions
-
Things I've learned building a modern TUI Framework
GNOMEs Gtk has a companion library named libvte which provides the terminal as widget. It is used by Gnome-Terminal (and many other terminals) itself and now supports Gtk4:
https://gitlab.gnome.org/GNOME/vte
Basically its usage starts with vte_terminal_new().
Unicode? Emojis?
-
Linux Terminal Emulators Have the Potential of Being Much Faster
Meanwhile, all GNOME-based terminals are still capped at 40fps:
https://github.com/GNOME/vte/blob/master/src/vte.cc#L10770
-
Ask HN: What is your fav “I can't believe in 2022 this still doesn't work right”
Low latency is still available. Get a fast gaming keyboard/mouse/monitor/NVMe SSD. Use a latency-tuned kernel, e.g. with full preemption enabled. Disable swap and run a userspace OOM killer to avoid the problems this would otherwise cause. Run Xorg with compositing disabled and TearFree disabled. Disable vsync everywhere. Don't use software that caps the framerate low (e.g. terminals using libvte[0]). Turn off all UI animations.
Most software I used feels more responsive than anything from the Windows 95 era.
[0] https://github.com/GNOME/vte/blob/master/src/vte.cc#L10704
-
Isn't there a way to fork VTE to have ligatures support?
In any case, https://gitlab.gnome.org/GNOME/vte
-
[ANN] Terminal Emulator (like xterm) implemented entirely in Haskell
Here is link number 1 - Previous text "vte"
-
xfce4-terminal: No more bold fonts in 4.16?
I'm glad I listed them, I think you are right that it has to do with the library. Seems like they changed the way bold fonts are handled in this commit: https://github.com/GNOME/vte/commit/59e11fd751806876dc1a28c9c6d9a17d75db57d2. They also talk about it here: https://gitlab.gnome.org/GNOME/vte/-/issues/323.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Oct 2024
Stats
GNOME/vte is an open source project licensed under Creative Commons Attribution 4.0 which is not an OSI approved license.
The primary programming language of vte is C++.