Apple announced Apple Worldwide Developers Conference(WWDC) is held in June8-12 at San Francisco.
Apple will show iPhone OS 3.0, Snow Leopard(Mac OS X 10.6) and Open CL.
OpenCL (Open Computing Language) is a framework for writing programs that execute across heterogeneous platforms consisting of CPUs, GPUs, and other processors.
It is based on C99.
The new iPhone (may be iPhone 3.0) will be revealed in comming WWDC?
Tuesday, March 31, 2009
programming iphone sdk Quartz as a mfc programmer
iphone and ipod touch uses mobile version of OS X.
Quartz 2D is a drawing engine could be accessed by any OS X application.
Quartz 2D uses Graphic Context which is similar to Device Context in ms windows GDI.
Quartz 2D is implemented in the Core Graphics framework.
i think the benefit of Quartz is PDF graphic context. it enables easily create PDF file.
i had many information on Quartz 2D in Apple Develope Center documents.
this link is one of those documents.
http://developer.apple.com/documentation/graphicsimaging/conceptual/drawingwithquartz2d/dq_overview/dq_overview.html#//apple_ref/doc/uid/TP30001066-CH202-TPXREF101
i have been learned much about Quartz by those documents.
Quartz 2D is a drawing engine could be accessed by any OS X application.
Quartz 2D uses Graphic Context which is similar to Device Context in ms windows GDI.
Quartz 2D is implemented in the Core Graphics framework.
i think the benefit of Quartz is PDF graphic context. it enables easily create PDF file.
i had many information on Quartz 2D in Apple Develope Center documents.
this link is one of those documents.
http://developer.apple.com/documentation/graphicsimaging/conceptual/drawingwithquartz2d/dq_overview/dq_overview.html#//apple_ref/doc/uid/TP30001066-CH202-TPXREF101
i have been learned much about Quartz by those documents.
Labels:
2d,
graphic context,
iphone,
quartz,
sdk
Subscribe to:
Posts (Atom)