Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Mac Player

macrumors regular
Original poster
Jan 19, 2006
225
0
Is quartz 2D appropriate for developing a tetris like game?

TIA

I just tested an example from apple's site. Rotating an image took 40% of one core. MBP 2.16.
 
You could use it, but I'd think OpenGL would be much more appropriate (even if you're working in 2D). You could still use Quartz to render images into your OpenGL textures, though.
 
Although I agree OpenGL would probably be the best option, SDL may be the easiest for you to learn. www.libsdl.org has an OS X framework and XCode templates.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.