An open API service indexing awesome lists of open source software.

https://github.com/lleny/holani-tui

A TUI frontend for the Atari Lynx emulator holani
https://github.com/lleny/holani-tui

atari emulator lynx ratatui rust tui

Last synced: about 1 year ago
JSON representation

A TUI frontend for the Atari Lynx emulator holani

Awesome Lists containing this project

README

          

# Holani-tui

A TUI ([ratatui](https://github.com/ratatui/ratatui)) frontend for the Atari Lynx emulator [Holani](https://github.com/LLeny/holani).

## Build

You will need [Rust and its package manager Cargo](https://www.rust-lang.org/).

```
git clone https://github.com/LLeny/holani-tui.git
```

Build with:

```
cargo build --release
```

The executable will be in the `target/release/` directory.

## Usage

> Run multiple instances to connect them through Comlynx.

```
Usage: holani-tui [OPTIONS] --cartridge

Options:
-c, --cartridge Cartright, can be .o or a .lnx file
-r, --rom ROM override
-b, --buttons Buttons mapping ,,,,,,,, [default: up,down,left,right,q,w,1,2,p]
-m, --mute Mute sound
-x, --comlynx Enable Comlynx
-h, --help Print help
-V, --version Print version
```