-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do it have 3D accel ? #2
Comments
No |
then what is the purpose of having kvm anyway ? |
Make the code that run on the guest CPU faster |
i dont know but some chinese , russia dudes managed to make 3d accel working , sadly no source |
Do you know what's the different between Exagear and a VM? |
uhhh maybe exagear is linux vm but have x86 to arm compability layer i guess ? |
Exagear is an application that contains Wine and box86/box64 and (maybe) a chroot environment. box86/box64 makes Linux software for x86, in this case Wine, to run on arm(64) environment. Wine makes x86 Windows program to run on x86 Linux environment. So that's how it works, remember Android has Linux kernel. KVM makes Virtual Machine for arm architecture to run faster. You might be able to run Windows ARM on that when the project is finished, and Windows 11 ARM has emulation layer for x86(_64) apps to run on it. If you want to Windows Gaming, please run Exagear for now. Or if you have plenty of time, try porting EDK2 to your phone, then boot Windows ARM from it. |
If VMs want to have 3D accel, it will have to passthrough GPU. Exagear takes the advantage of GLES API on Android Phones to make games run faster |
No description provided.
The text was updated successfully, but these errors were encountered: