cosmic-terminal/README.md

7 lines
552 B
Markdown
Raw Normal View History

2023-12-17 10:24:31 -07:00
# cosmic-term
2023-12-18 12:10:22 -07:00
WIP COSMIC terminal emulator, built using [alacritty\_terminal](https://docs.rs/alacritty_terminal) that is provided by the [alacritty](https://github.com/alacritty/alacritty) project. `cosmic-term` provides bidirectional rendering and ligatures with a custom renderer based on [cosmic-text](https://github.com/pop-os/cosmic-text).
2023-12-18 13:54:08 -07:00
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`.