How to get started with Core Graphics.
Mac and iOS developers have a number of different programming interfaces to bring objects (for example 3D configurators) to the screen. UIKit and AppKit have different image, color and path classes. With Core Animation you can move layers of objects. OpenGL allows you to render objects in 3D space. With AVFoundation you can play [...]