简体   繁体   中英

What programming language works well with OpenGL ES on iOS and Android?

What programming language works well with OpenGL ES on iOS and Android?

I am specifically looking to get graphics experience with OpenGL ES 2. My experience has been with web development in Javascript and iOS development using C# and Unity3D. (Unity3D is great but far removed from dealing directly with OpenGL ES.)

The short answer is there probably is none. That's why tools like Unity exist. Making things work between iOS and Android is a huge difficult task. If all you need is OpenGL ES experience, why not try it on just one platform? Both Android and iOS can make calls to Open GL ES, but Android does it in Java while iOS does it in C.

If you like C# you should look into MonoTouch. It brings great C# experience to iOS. And it provides you with direct access to OpenGL ES API.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM