Hi there,
i 'd like to ask a question about RPI3 Specifically Model B,
if anyone have tried a jme Game using RPI3 M(B) with android things OS installed , i would like to know the general performance of graphics & minimal shaders use , & things that are supported & not supported , because it seems that most features wonot be supported**(OpenGL ES2.0)**.
I once tried running my project on a Pi 4 B. If I remember it right, the project did compile, but Minie couldn’t find the appropriate binaries for physics. Not sure about a Pi 3, though.
Doesn’t Android use OpenGL ES2.0, though? If that is true, and since both Pis and Androids use ARM architecture, we may be able to get something working.
yes it is , but it’s currently a low android opengl version that is minimally was introduced since Android 2.2(API8) ,i think currently most devices use OpenGL 3.1 , so that why i am asking , i want RPI3 Model B because of Android Things Project
No, I didn’t. I was just trying to see if it could run at all on RPi, and I didn’t really bother taking it too seriously at the time. Later on, the Pi broke down, so that would prevent me from testing it out now.
@Markil3 Though , out of curiosity , I have planned to buy RPI 4 B instead of RpI 3 B due to better cpu , gpu & memory , but Have you tried using Java ME (j2ME) or Pi4j to control a GPiO mode using RPi4 before , I want to make sure that java works perfectly there before buying…
I haven’t used j2ME or Pi4j (I don’t think I’ve even heard of the latter). However, I didn’t find it too difficult to get regular desktop Java working on there (I mean, one of the main reasons to get a Pi is for programming. Support for Java is kindof a must). The only issue is getting binaries for ARM architecture.