Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ cable.
./c64uv --host <ultimate-ip>
```

<p align="center">
<img src="assets/screenshots/stream.png" width="768" alt="The C64 screen in the viewer window: a one-line BASIC maze program typed from the PC keyboard, running">
</p>

## What you get

- **Video** - the raw VIC stream (PAL 384脳272 @ 50 Hz or NTSC 384脳240 @ 60 Hz),
Expand All @@ -35,6 +39,12 @@ cable.
- **Shareable streams** - `--multicast` lets any number of viewers watch
the same machine.

<p align="center">
<img src="assets/screenshots/menu.png" width="49%" alt="F9: the Ultimate's file browser mirrored in the viewer window">
<img src="assets/screenshots/help.png" width="49%" alt="F10: the in-window key reference">
</p>
<p align="center"><sub>F9 shows the Ultimate's own menu; F10 the key reference.</sub></p>

## Requirements

- Linux with SDL3 and libcurl (`pacman -S sdl3 curl` / `apt install
Expand Down
Binary file added assets/screenshots/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading