How would i render 2D floor plans on iphone
HI,
I want to create simple floor plans like this and render it on iphone not as image.
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 cre开发者_如何转开发ate simple floor plans by drag drop and then view it on there Iphone??
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.
精彩评论