Originally posted by Developer12
View Post
so they're just running android with mesa drivers.
in case of linux on arm, you can probably just run android under qemu with decent performance - opengl will be passed to the linux host, and since you're running on arm, there's no need for cpu emulation, so it should run close to native speed.
Comment