← Back to context

Comment by flohofwoe

2 years ago

One nice side effect of modern TUI applications is that they can be distributed via Docker Hub as platform-agnostic applications that just require a compatible color terminal.

E.g. here's my C64 emulator running in Docker (it's a real C64 emulator underneath, but only renders the C64 PETSCII buffer via ncurses, e.g. no graphics or audio output):

    docker run --rm -it flohofwoe/c64

...code is here: https://github.com/floooh/docker-c64