Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lleny/holani-gtk
- Owner: LLeny
- License: gpl-3.0
- Created: 2024-12-01T04:18:35.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-01T04:34:05.000Z (28 days ago)
- Last Synced: 2024-12-01T05:27:42.844Z (28 days ago)
- Topics: atari, emulator, gtk4, lynx, rust
- Language: Rust
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.