←back to thread

Hands-On Graphics Without X11

(blogsystem5.substack.com)
166 points ingve | 1 comments | | HN request time: 0.205s | source
Show context
segasaturn ◴[] No.42743175[source]
I remember Links, the text-based browser that runs in your terminal, had a framebuffer mode that you could use to get rudimentary graphical web browsing on a system with no X11 installed.
replies(3): >>42743597 #>>42743985 #>>42747002 #
LtWorf ◴[] No.42743597[source]
Yeah, also mpv has a framebuffer driver. AFAIK Qt has one as well, so any Qt program could run without X/wayland.
replies(1): >>42746585 #
qalmakka ◴[] No.42746585[source]
> Qt

That's EGLFS, it's used quite a bit in automotive AFAIK. It's slowly getting replaced by Wayland and Weston though.

replies(1): >>42749573 #
1. jcelerier ◴[] No.42749573[source]
Qt also has a directfb backend (among many others: https://github.com/qt/qtbase/tree/dev/src/plugins/platforms)