Abizern / sobezier

A simple tutorial project for Cocoa / Objective-C

This URL has Read+Write access

README.markdown

SOBezier

Source code for a simple Cocoa / Objective-C tutorial on Stompy.org

This application will draw a Bezier curve and to change it by moving the control points.

Version control is useful because it will show the iterative nature of the development of the application.

tag:Stage1

This is the basic working version. A default bezier curve is drawn onto the view. There are no handles, or ways to change the curve yet.

tag:State1_1

Corrected the initialisers for the SOBezierCurve class.