I have some functions which draws the game screen using the Direct X library in Windows.
So, I am trying to use the functions in Android phone using the ndk.
But I have some problems. Dose the Android phone which use the Java recognize the Direct X functions? If it is possible, then I must have some controls about it?
I want your help…
I have some functions which draws the game screen using the Direct X library
Share
Android (and iOS as well) doesn’t support DirectX but OpenGL ES. Check out 3D with OpenGL on the Android developer site.