This is a terminal emulator written in C++. This is a GPU-accelerated terminal application that hopes to render complex scripts like Devanagari nicely.
- Supports Indic fonts like Devanagari and has nice support for Indic languages.
You need latest c++ compiler c++23 compatible.
To install this project, follow these steps:
- Install Meson and Ninja:
sudo apt install meson ninja-build
- Build the project:
meson setup build cd build ninja
[! WARNING ] This is very volatile and rapidly develooping application. Use with caution.
