Replies: 1 comment 2 replies
-
Yes of course. Box86 will use whatever libGL.so.1 it find first. On a Pi4, just don't put GL4ES to use default GL (so mesa)
Here is an old article about box86: https://www.giantpockets.com/box86-run-x86-code-and-games-on-arm/ It's a bit old, so the Dynarec didn't exist at that time. But the principle of box86 are explained. Just not the dynarec.
That's Wine working there, not box86 directly. Box86 allow x86 version of Wine to run (translating x86 binaries to ARM). And Wine is doing all the Windows to Linux translation.
Thanks :) |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use Raspberry Pi version of OpenGL 2.1 instead of GL4ES?
Also I would like to understand how it works, any suggestion on what to read?
How it translate for example DirectX calls to OpenGL?
Thanks
ps. Great work!
Beta Was this translation helpful? Give feedback.
All reactions