How would i render 2D floor plans on iphone

1.1k Views Asked by At

HI,

I want to create simple floor plans like this and render it on iphone not as image.

enter image description here

My problem is how should i create this floor plans so that i can render it on phone?? Should I use OpenGL?? or Quartz??. If I use any of them can I create a Tool which will help people to create simple floor plans by drag drop and then view it on there Iphone??

1

There are 1 best solutions below

0
On BEST ANSWER

Here is everything you need to know:

http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/Introduction/Introduction.html

You absolutely do not need to bother with OpenGL or anything like that for something so simple. This is what the Mac/iPhone were made to do, so have fun.

If you're just tinkering around and don't want to dedicate a year to learning general XCode programming, perhaps get Corona and do it in a fraction of the time.