Headless VNC libretro frontend
modeco80
ad634bf1fa
I'm not certain I'll keep it like this (it should probably be in `FrontendInterface`, so the driver code can serialize how it sees fit, rather than us), but it works to get it done. There's also a lot of janky code I need to clean up before I'm really happy about it. |
||
---|---|---|
crates | ||
.editorconfig | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
retrovnc
a headless Libretro frontend that exports a VNC server.
This is mostly a "fun project", and probably isn't a very great solution for remote gaming.
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.