2024-08-02 03:20:29 -04:00
|
|
|
# retrovnc
|
|
|
|
|
2024-08-06 07:50:24 -04:00
|
|
|
A fully headless Libretro frontend that exports a VNC server for display and input.
|
2024-08-02 03:20:29 -04:00
|
|
|
|
2024-08-06 07:50:24 -04:00
|
|
|
In layman terms, this lets you play games over VNC. Which isn't all that great, but hey.
|
|
|
|
|
|
|
|
This is mostly a "fun project" and consists mostly of code I already wrote.
|
2024-08-02 03:42:06 -04:00
|
|
|
|
2024-08-02 03:20:29 -04:00
|
|
|
# Dependencies
|
|
|
|
|
|
|
|
- A C++ toolchain
|
2024-08-06 07:50:24 -04:00
|
|
|
- A Rust toolchain.
|
2024-08-02 03:20:29 -04:00
|
|
|
|
|
|
|
# Building
|
|
|
|
|
|
|
|
`$ cargo b --release`
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
|
2024-08-06 07:50:24 -04:00
|
|
|
`$ retrovnc --core <CORE> --rom <ROM>` (see `retrovnc --help` for more options)
|
2024-08-02 03:20:29 -04:00
|
|
|
|
|
|
|
For disc-based titles it is probably a good idea to pass the cuesheet file. I will implement stuff later to make this less annoying.
|
|
|
|
|
|
|
|
|
2024-08-06 07:50:24 -04:00
|
|
|
|