Search code examples
javaandroidlwjgl

LWJGL port to android


Is there a LWJGL port for Android available? (does not matter if the phone needs to rooted)


Solution

  • One of LWJGL's main features is its OpenGL support. Android natively supports OpenGL ES so there's basically no need for LWJGL. As for the rest of LWJGL, it doesn't apply on the Android platform anyway - for example there is obviously no mouse to an Android device - so I don't see a direct LWJGL port ever being developed.

    Check out the Android reference, especially the android.opengl package, for a good starting point.