Box86 - Linux Userspace x86 Emulator


Not sure if this has already been mentioned, but this project, integrated into an Android app, is pretty cool:

https://github.com/brunodev85/winlator
I've been playing with it (or at least one of its forks) and it's pretty impressive.
I've been able to run Interstate76 with it, so you had something like:
- CPU : Windows 32 -> Windows 64 -> Linux x86_64 -> Linux ARM64 -> Android
- GPU : Glide -> D3D -> OpenGL -> OpenGL ES (I eventually found a Glide wrapper that translated directly into OpenGL)
There are so many layers and it's working better than it was last time I tried to run it on a modern Windows PC.
 
Back
Top