Headless VNC libretro frontend
Go to file
Lily Tsuru de2cfc07ae make rfb handle disconnected pitch better
meh, it works. I really should probably do this in Frontend, but that would be another conversion step. idk
2024-08-05 01:04:21 -04:00
crates make rfb handle disconnected pitch better 2024-08-05 01:04:21 -04:00
.editorconfig Initial commit 2024-08-02 03:20:29 -04:00
.gitignore Initial commit 2024-08-02 03:20:29 -04:00
.rustfmt.toml Initial commit 2024-08-02 03:20:29 -04:00
Cargo.lock retro_frontend: actually implement variable storage 2024-08-04 06:59:31 -04:00
Cargo.toml Initial commit 2024-08-02 03:20:29 -04:00
LICENSE Initial commit 2024-08-02 03:20:29 -04:00
README.md add disclaimer to readme 2024-08-02 03:42:06 -04:00

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.