retrovnc/README.md

26 lines
580 B
Markdown
Raw Normal View History

2024-08-02 03:20:29 -04:00
# retrovnc
A fully headless Libretro frontend that exports a VNC server for display and input.
2024-08-02 03:20:29 -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
- A Rust toolchain.
2024-08-02 03:20:29 -04:00
# Building
`$ cargo b --release`
# Usage
`$ 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.