What is a rendering engine? Is there any for Android?
Do you know a good android rendering engine?
8k Views Asked by VansFannel At
2
There are 2 best solutions below
2

There are two different methods for rendering objects to the screen in Android: View
and OpenGL
.
I suggest you check out this page that explains your various options as to how to draw to the screen. OpenGl
is more powerful, but more difficult to use. You may also want to check out SurfaceView
which allows you to use the built-in Android Drawable
to render to the screen.
It depends on if you want to use high-end 3D performace in the end. If you do then you have to use OpenGL
, otherwise you have a choice between using a SurfaceView
or OpenGL
.
This a list of rendering engines for Android. Some of them are
C++ based
therefore you're able to use C++. Some of them are Java-Based which allows you to draw graphics without the need to use Android-NDK.Alien3D
Antiryad Gx
Ardor3D
BatteryTech
Catcake
Corona SDK
Dwarf FW
DX Studio
EDGELIB
Esenthel Engine
Forget 3D Game Engine
GameKit
GamePlay
IwGame Engine
jMonkeyEngine
jPCT-AE
libGDX
Linderdaum Engine
Marmalade
Matali Physics Engine
min3D
MoSync Mobile
NME
openFrameworks
Orx
Proton SDK
ShiVa3D Game Engine
SIO2 Engine
UNIGINE Engine
Unity3D
For more info you can check: 3D Android Game Engines