No description
Find a file
Matthew Fallah (マシュー・ファラー) 7013a3e1ce Update cosmic_term.ftl
2024-02-18 13:19:01 -07:00
debian Provides x-terminal-emulator 2024-02-07 11:57:30 -07:00
i18n Update cosmic_term.ftl 2024-02-18 13:19:01 -07:00
res Add support for profiles (#131) 2024-02-09 15:45:46 -07:00
src Prevent bound keys from reaching the terminal 2024-02-17 07:14:56 -07:00
.gitignore Add packaging 2023-12-21 09:05:59 -07:00
ansi-colors.sh ansi-colors.sh: Add underlines 2024-01-16 11:36:05 -07:00
Cargo.lock Update dependencies 2024-02-12 10:02:17 -07:00
Cargo.toml Add support for profiles (#131) 2024-02-09 15:45:46 -07:00
i18n.toml Add config, translations, settings UI 2023-12-22 14:31:01 -07:00
justfile Calculate damage (not used yet) 2024-02-05 21:01:16 -07:00
LICENSE Initial commit 2023-12-17 10:24:31 -07:00
README.md Add glyphon renderer 2023-12-18 13:54:08 -07:00

cosmic-term

WIP COSMIC terminal emulator, built using alacritty_terminal that is provided by the alacritty project. cosmic-term provides bidirectional rendering and ligatures with a custom renderer based on cosmic-text.

The wgpu feature, enabled by default, supports GPU rendering using glyphon and wgpu. If wgpu is not enabled or fails to initialize, then rendering falls back to using softbuffer and tiny-skia.