2024-08-02 03:20:29 -04:00
|
|
|
# retrovnc
|
|
|
|
|
|
|
|
a headless Libretro frontend that exports a VNC server.
|
|
|
|
|
2024-08-02 03:42:06 -04:00
|
|
|
This is mostly a "fun project", and probably isn't a very great solution for remote gaming.
|
|
|
|
|
2024-08-02 03:20:29 -04:00
|
|
|
# Dependencies
|
|
|
|
|
|
|
|
- A C++ toolchain
|
|
|
|
- A Rust toolchain.
|
|
|
|
- Maybe libvncserver (i'm not sure, it seems like the package can build it).
|
|
|
|
|
|
|
|
# Building
|
|
|
|
|
|
|
|
`$ cargo b --release`
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
|
|
|
|
`$ retrovnc --core <CORE> --rom <ROM>`
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|