A GPU-accelerated terminal emulator written in Rust.
miro -t (pika, kirby, *mario*)
Install rustup
to get the nightly rust
compiler installed on your system, link.
You will need a collection of support libraries; the get-deps
script will attempt to install them for you. If it doesn't know about your system, please contribute instructions!
git clone https://github.com/o2sh/miro --depth=1
cd miro
sudo ./get-deps
make install
miro
- Mac OS support with Cocoa and OpenGL.
- Linux support with XCB and OpenGL.