How do you use 3D graphics in Android Studio? [closed]
Asked Answered
C

1

9

I am wondering how app developers create games with 3D animations and graphics. Does anyone know how those games are made, and can it be done with android studio?

Claudetta answered 18/4, 2015 at 4:29 Comment(2)
you definitely need to have a look at Unity 3D...Retuse
@Vaibhav Mule: He is clearly asking about modern techniques, metodoloogies and tools for developing 3D games - fast and easy.Microsurgery
R
14

Yes, it can be done with Android Studio.

If you wanted to hand-code it, you would just create a GLSurfaceView, and draw objects into it. Here's a basic tutorial: Displaying Graphics with OpenGL ES

But, you would never hand-code it in real life. To make even a simple 3D game, you would want to use a game engine like Unity3D or jPCT-AE.

Any decent 3D engine will have tools for porting to Android. And many of them have communities that can offer support and troubleshooting.

Recreation answered 18/4, 2015 at 5:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.