Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can the Android phone use the windows DirectX library?

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...

like image 659
smiler Avatar asked Sep 10 '11 13:09

smiler


2 Answers

Android (and iOS as well) doesn't support DirectX but OpenGL ES. Check out 3D with OpenGL on the Android developer site.

like image 58
Philipp Reichart Avatar answered Oct 05 '22 02:10

Philipp Reichart


Android uses a linux kernel, not a windows one. So I'd suspect no.

like image 21
Preet Sangha Avatar answered Oct 05 '22 03:10

Preet Sangha