Live data from Hacker News

DirectFB

web.archive.org

11–13 of 13 posts

Re: DirectFB

#11
To be fair, even a while back it became pretty easy to use fbdev (memory mapped), and Cairo to draw on it.

For event handling eventfd (and now libinput) also became quite a bit easier to use as well so many many years ago I decided to cut out the middleman (direcfb) and do it with these instead.

Re: DirectFB

#12

See also http://tekui.neoscientists.org

Tekui is a great project, I wish there was something with comparable integration to other small languages such as Nim et al. Years ago I tried it with DirectFB output on an old A10 board (Hackberry IIRC). I was never able to sort out why the screen was shifted left (or right) by several dozen pixels, probably a bug somewhere, but performance on that limited processor was fairly acceptable.

Re: DirectFB

#13

Earlier quoted context omitted.

Is that currently maintained?

http://hg.neoscientists.org/tekui/ Last release was early 2015. Last change to the repo was 15 months ago.

Last time I checked it still compiles and runs fine on modern Debian systems. The only caveat is to edit its configuration file to look for (if necessary) the actually installed version of Lua.

edit: minor correction

Post reply on HN