Abizern / sobezier

A simple tutorial project for Cocoa / Objective-C

This URL has Read+Write access

StompyDotOrg (author)
Tue Jul 29 08:25:15 -0700 2008
commit  d3a8e9c3a83ed0dcd4bec48b2d1edb07e52b6201
tree    4c5383094b241f4fcfe122956f0739a177b525c0
parent  aaacb8765ca6e5cc0981d08a44aac22aec7536e6
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.