On Sat, Nov 8, 2025 at 7:52 PM Tim Hardisty <[email protected]> wrote: > Dipping in and out here as I’m supposed to be on holiday lol. If the > framebuffer is the low level interface to the hardware (?) what would be the > right NuttX/portable graphics intermediate language?
Well free time is a good time to do some interesting work indeed :D On top of video framebuffer and probably libinput (or similar) various libraries can run providing what is needed: 1. LVGL to implement user app, maybe even our default console terminal. 2. SDL2 to provide multiplatform portability to amazing amount of existing multimedia applications, video players, games, emulators, etc. I think SDL2 is most important because almost all existing applications can work on top of that and these could be just cross-compiled to NuttX in place of BSD or Linux :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
