examples/ios/advancedGraphicsExample/README.md
This Example demonstrates advanced graphics capabilities of openFrameworks in an iOS application.
After studying this example, you'll understand how to render some simple colored lines and elementary shapes, such as ellipses and rectangles, along with more complicated shapes like the Lissa Jous Curve.
In the code, pay attention to:
ofScale in the draw loop provides a mechanism for drawing a different sizes for different types of devices (retina vs. non-retina).When launching this app, you should see a screen with:
Instructions for use:
This Example uses the following classes: