Is there a way to let 2 programs write on frame buffer with at least one of them not knowing about this concurrence?
I would like to do an... image overlay (I think that's the word).
Simultaneous direct access probably won't work because it will likely result in flickering. You're probably going to have to hook whatever graphics routines the app is using in order to inject your overlay graphics at the right time.
Most Wiz software is open-source, so hacking your additions into the actual code is the best option if you can do that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.