tomthecarrot / arcore-for-all

Google ARCore (dev preview 1) for "unsupported" Android devices
GNU General Public License v3.0
1.04k stars 145 forks source link

Is 32bit ever likely to be supported/modified? #72

Closed pretzelzzz closed 6 years ago

pretzelzzz commented 6 years ago

I would love to try even simple graphic arcore experiences on my 32 bit phone (oneplus one snapdragon 801). What do you think is the chance they'll ever open it up to us poorer users? We don't all need high fidelity graphics... Most current VR and AR apps run just fine still on my phone...

tomthecarrot commented 6 years ago

The issue here is that Google's library seems to have been built for 64-bit architectures only (see issue #13), so we can't run it on 32-bit architectures. This is something that we cannot modify; we'll have to wait for Google. Sorry!