![]() |
|
Easy game engine for Mac OS X - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Programming Fundamentals (/forum-7.html) +--- Thread: Easy game engine for Mac OS X (/thread-510.html) |
Easy game engine for Mac OS X - YvanSoftware - Dec 16, 2009 09:46 AM Hi! I'm looking for a free, easy-to-use game engine written in Objective-C. I'm a beginning game developer (but I know how to use Objective-C), and I don't have the money for expensive engines... Tutorials would be nice too ;-) Yvan Easy game engine for Mac OS X - AnotherJake - Dec 16, 2009 02:01 PM If you want a 3D game engine, you won't find anything better than Unity3D on the Mac, which is free for the basic version. You'll use C#, not Objective-C, but that's a good trade-off for what the engine offers if you ask me. Easy game engine for Mac OS X - bronxbomber92 - Dec 16, 2009 06:34 PM AnotherJake Wrote:If you want a 3D game engine, you won't find anything better than Unity3D on the Mac, which is free for the basic version. You'll use C#, not Objective-C, but that's a good trade-off for what the engine offers if you ask me.Seconded.. Easy game engine for Mac OS X - YvanSoftware - Dec 17, 2009 03:34 AM AnotherJake Wrote:If you want a 3D game engine, you won't find anything better than Unity3D on the Mac, which is free for the basic version. You'll use C#, not Objective-C, but that's a good trade-off for what the engine offers if you ask me. Yeah, I already found that. But I'm actually looking for a 2D engine. Thanks in advance, Yvan Easy game engine for Mac OS X - AnotherJake - Dec 17, 2009 08:51 AM I can't think of any 2D engines for the Mac that use Obj-C. Doesn't mean there aren't any though. Easy game engine for Mac OS X - igame3d - Dec 17, 2009 12:32 PM Maybe cocos2d-iphone is what you need. Easy game engine for Mac OS X - AnotherJake - Dec 17, 2009 01:45 PM igame3d Wrote:Maybe cocos2d-iphone is what you need. I thought that was only for iPhone. Easy game engine for Mac OS X - SethWillits - Dec 17, 2009 03:04 PM Well there's cocos2d and there's an iPhone version. I don't know if there's really a "Mac" version, but it's all cross platform foundations by the looks of it. http://cocos2d.org/ The only other 2D-focused engine I know of that I'd recommend is Torque 2D, but it's currently being majorly rewritten. The new version will be a lot nicer than the current one, and I'm not sure how different it'll be. At any rate, the current one is ok, but not suited to certain things out of the box. |