Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does PicoGUI perform for applications that need to update large parts of the screen very often, without using the provided widgets (games, video players…)?

0
Posted

How does PicoGUI perform for applications that need to update large parts of the screen very often, without using the provided widgets (games, video players…)?

0

Probably about as well as X or any other GUI that supports shared memory segments. PicoGUI supports a shared memory mechanism very similar to X’s MIT-SHM. This allows the picogui server direct access to the app’s framebuffer, but still requires a blit to copy that to the real framebuffer. In the future it’s planned that picogui will support a faster (but more dangerous) method of allowing the app truly direct access to the framebuffer, similar to DGA.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123