Display an image on frame buffer on Raspberry Pi on FreeBSD?

Hello,

Would you know an application or C code that does display an image on frame buffer on Raspberry Pi on FreeBSD?
(FreeBSD 13.0)

I tried w3m but it does not show a png.
In the source, it is given fbio.h and /dev/ttyv0 (instead of fb0).

Bestr regards,
Sp.
 
opengl?

$ pkg search egl
egl-0.3.1_8 Enhanced OpenGL-only Quake II engine
freeglut-3.0.0_2 open source implementation of the GLUT library
gegl-0.4.12_3 Graph based image processing framework
pipeglade-4.7.0 Graphical user interface driven by pipes or fifos
spegla-1.1p5 Mirror program for FTP sites (written in C)
 
I used to be the maintainer of the port, omxplayer and kodi uses it to play video. I suppose it can also display image.

wow

I didnt know that kodi was working on freebsd and on framebuffer.

on retropie there are lot of work done running on framebuffer. even quake 3 that runs so fast.
kodi runs on it pretty well as well.
if you use on it x11 then it is terribly slow better to use framebuffer.

vgl works but on x11 only.
 
Back
Top