3D Engines


ProfChA0s

Still Fresh
Joined
Oct 15, 2009
Messages
1
What open source linux 3d engine's are there available for ARM processors? All I know of is the quake engine. Is it posible to compile ogre 3d for arm or would that be to difficult?
 
There's a good list here: http://pandorawiki.org/Projects_Under_Development#Graphic_Engines

Seems like it isn't too difficult to compile anything for ARM, but I haven't done it, and there's probably more to it for 3D engines, since OpenGL ES is involved.
 
OGRE3D and Irrlicht are both "in progress", they're writing an OpenGL ES backend to their graphics engines.
There's also whatever Quake III is using.
 
Irrlicht has a working OpenGL ES 1.1 driver, but I don't know if they have an ES 2.0 driver going yet.
So, Irrlicht will probably work shortly after release, but I don't know about a shader-based version of it.
 
Back
Top