Hacker News new | past | comments | ask | show | jobs | submit login

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



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: