3d / 2.5d game library for iphone and pc

Posted by Aaron Qian on Stack Overflow See other posts from Stack Overflow or by Aaron Qian
Published on 2010-05-18T12:00:34Z Indexed on 2010/05/19 1:10 UTC
Read the original article Hit count: 234

Filed under:
|
|
|

I'm trying to make a 2d shooter game with 3d background.

The player and enemies are essentially just quads with textures.

The background will be simple 3d polygons with textures and some fog and light.

Therefore, I don't need a really powerful 3d library.

I tried Unity3D and Torque2D, but I don't like to use their GUI editors. I prefer to work with code.

So, is there a cross platform (mainly windows and iPhone) 3d / 2.5d game library, commercial or open source?

I assume it will be only limited to c, c++, and object-c due to apple's new ToS.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about game-development