Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

atari emulator gtk4 lynx rust

Last synced: 26 days ago
JSON representation

A GTK4 frontend for the Atari Lynx emulator holani

Awesome Lists containing this project

README

        

# Holani-gtk

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

![Holani](/assets/holani.jpg?raw=true "Holani")

## Build

You will need [Rust and its package manager Cargo](https://www.rust-lang.org/) and [GTK4](https://gtk-rs.org/gtk4-rs/stable/latest/book/installation.html).

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

Build with:

```
cargo build --release
```

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