No description
Find a file
2023-12-20 13:31:10 -07:00
src Convert to libcosmic 2023-12-20 13:31:10 -07:00
.gitignore Add simple terminal test implementation 2023-12-17 11:53:42 -07:00
Cargo.lock Convert to libcosmic 2023-12-20 13:31:10 -07:00
Cargo.toml Convert to libcosmic 2023-12-20 13:31:10 -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.