• Stars
    star
    316
  • Rank 132,587 (Top 3 %)
  • Language
    Rust
  • License
    Other
  • Created almost 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My terminal emulator

Miro

A GPU-accelerated terminal emulator written in Rust.

Themes

miro -t (pika, kirby, *mario*)

pika kirby

Quickstart

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

Status

  • Mac OS support with Cocoa and OpenGL.
  • Linux support with XCB and OpenGL.