Advertise Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Your First iPhone App
($1.99)

iPhone Code Generator
($9.99)

Infinote Pinboard
for Todos and Notes
(free)

picplz
(free)

poG
($2.99)

VintageChart+
by Wine Spectator
(free)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Game Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-26-2009, 03:35 AM   #1 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 47
Default Best 2D/3D iPhone Game Engines

What is the best 2D or 3D game engine, and why?

So far this is what I have heard, but I have never used either:
2D: Cocos2D (open source)
3D: Unity (US$600)

I have a game that I want to develop (2D) this year, and I have a few 2D and 3D game ideas that I want to pursue for next year. I think this info would be valuable for a lot of people.
zaca is offline   Reply With Quote
Old 09-26-2009, 05:14 AM   #2 (permalink)
Registered Member
 
Join Date: May 2009
Posts: 15
Default

SIO2 is a great 3D engine with Blender support (open source and/or indie license)

ShiVa seems that it's a good 3D engine with a great editor (commercial)

Ogre 3D engine has an iPhone port too, which seems pretty stable (open source)
FlagellumDei is offline   Reply With Quote
Old 09-28-2009, 11:04 AM   #3 (permalink)
Registered Member
 
Join Date: Apr 2009
Posts: 8
Default

Quote:
Originally Posted by zaca View Post
What is the best 2D or 3D game engine, and why?

So far this is what I have heard, but I have never used either:
2D: Cocos2D (open source)
3D: Unity (US$600)

I have a game that I want to develop (2D) this year, and I have a few 2D and 3D game ideas that I want to pursue for next year. I think this info would be valuable for a lot of people.
If tooling is important to you, and you know C++, then I'd strongly recommend iTGB from Garage Games. It's got it's quirks like other game engines but it's really easy to develop 2d games with. Since you get source code with the purchase ($750 total) your pretty much have free reign to do anything you want with your game.

I wrote Kingdom of Gorath using it. The Kingdom of Gorath
bpatters is offline   Reply With Quote
Old 08-26-2010, 08:33 AM   #4 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 18
Default

The Sparrow framework is also mentioned as an option for 2D development, but I am not sure how it compares with the more popular Cocos2D.

If anybody has the comparison opinions, please share your experiences.
lionfly is offline   Reply With Quote
Old 08-26-2010, 09:54 AM   #5 (permalink)
Registered Member
 
milanika's Avatar
 
Join Date: Aug 2010
Posts: 4
Default

We`ve started our first game with Cocos2d- it`s realy good for it.
milanika is offline   Reply With Quote
Old 08-26-2010, 11:32 AM   #6 (permalink)
Registered Member
 
Join Date: May 2009
Posts: 15
Default

I haven't looked into Airplay SDK yet, but it seems as a serious engine which supports multiple mobile platforms.

I've coded a 2D engine from scratch for our (still in development) horror themed survival game: iRequiem.
__________________
iRequiem - Horror survival game coming soon!
Are you a puzzle genius? Try out - Mr. Puzzle Genius
A classic arcade shoot 'em up game - Space Falcon Commander
Follow Rapid Turtle Games on Twitter
FlagellumDei is offline   Reply With Quote
Old 08-26-2010, 12:13 PM   #7 (permalink)
Registered Member
 
Join Date: Sep 2008
Location: Spain
Posts: 120
Default

Quote:
Originally Posted by FlagellumDei View Post
I haven't looked into Airplay SDK yet, but it seems as a serious engine which supports multiple mobile platforms.

I've coded a 2D engine from scratch for our (still in development) horror themed survival game: iRequiem.
I used Airplay on Symbian and thought it was good. Very fast and easy to use and it's in c++.
lefty is offline   Reply With Quote
Old 08-27-2010, 03:58 AM   #8 (permalink)
Registered Member
 
Join Date: Jun 2010
Posts: 30
Default

Quote:
Originally Posted by lionfly View Post
The Sparrow framework is also mentioned as an option for 2D development, but I am not sure how it compares with the more popular Cocos2D.

If anybody has the comparison opinions, please share your experiences.
I don't know of any direct comparisons but i know the dev of RedBall2 used sparrow to make that and that he then recoded RedBall 1 with sparrow too and released it as an update because he liked working with it more.

There's also CoronaSDK as well which i've heard is quite good to work with (few lines of code).
H4CK3R is offline   Reply With Quote
Old 08-27-2010, 05:13 AM   #9 (permalink)
noob iphone developer
 
Join Date: Jul 2008
Location: Denmark
Posts: 69
Default

You can also try iMiniB3D its based on Blitzbasic 3D.
__________________
Trisect Development
Trisect Development's Formula Calculator now on the AppStore

Last edited by Trisect Development; 08-29-2010 at 10:24 AM.
Trisect Development is offline   Reply With Quote
Old 08-27-2010, 05:42 AM   #10 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 18
Default

The SIO2 engine need a splash screen for Free commercial use, and it is using Blender.

My question is: is Blender itself on its own an engine to be used for 3D apps?
lionfly is offline   Reply With Quote
Old 08-27-2010, 07:24 AM   #11 (permalink)
Registered Member
 
Join Date: Aug 2010
Location: Ukraine,Kiev
Posts: 2
Send a message via ICQ to AlexDS
Default

COCOS2d is good - when you earn money on freeware engine it will be possible to buy shareware...
AlexDS is offline   Reply With Quote
Old 08-27-2010, 08:31 AM   #12 (permalink)
Registered Member
 
Join Date: May 2009
Posts: 15
Default

Quote:
Originally Posted by lionfly View Post
The SIO2 engine need a splash screen for Free commercial use, and it is using Blender.

My question is: is Blender itself on its own an engine to be used for 3D apps?
Blender is a 3D modeling and animation software. It's not an engine.
__________________
iRequiem - Horror survival game coming soon!
Are you a puzzle genius? Try out - Mr. Puzzle Genius
A classic arcade shoot 'em up game - Space Falcon Commander
Follow Rapid Turtle Games on Twitter
FlagellumDei is offline   Reply With Quote
Old 08-27-2010, 09:32 AM   #13 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 18
Default

I came across another option for FREE 3D apps: Panda3D (Panda3D - Free 3D Game Engine), which is not included in many comparison pages.

After a going-through, seems it cannot develop iPhone games?

Anyone has experiences or views on the Panda3D game engine?
lionfly is offline   Reply With Quote
Old 08-30-2010, 04:15 AM   #14 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 182
Default

Many people disagree but I always say you should at least try to write own game engine. I've made at least 3 big game engines in my life contoured to specific projects and I learn a wealth of information from each one. My absolute biggest one complete with scripting engine was for my now-abandoned PC game hospital. It was done in late 2006 so the graphics aren't that good by today's standards

My latest iPad project is based around constructing a 3D graphics engine to interact with the newton game dynamics physics library. I have a development log thread going on at touch arcade to try to generate in-development interest for it. I'm intentionally leaving out any specifics for the game play however, its good to let ppl speculate
__________________

Last edited by mlfarrell; 08-30-2010 at 04:18 AM.
mlfarrell is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


» Advertisements
» Stats
Members: 52,415
Threads: 53,155
Posts: 226,641
Top Poster: BrianSlick (3,598)
Welcome to our newest member, buymobileinbulkprice
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 07:46 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0