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
- Host: GitHub
- URL: https://github.com/lleny/holani-tui
- Owner: LLeny
- License: gpl-3.0
- Created: 2024-12-03T00:57:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T01:42:01.000Z (over 1 year ago)
- Last Synced: 2025-02-04T17:50:55.068Z (over 1 year ago)
- Topics: atari, emulator, lynx, ratatui, rust, tui
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```