public
Description: A simple tutorial project for Cocoa / Objective-C
Homepage: http://stompy.org
Clone URL: git://github.com/Abizern/sobezier.git
name age message
directory English.lproj/ Tue Jul 29 08:08:09 -0700 2008 Basic working version. SOBezier draws a defaul... [StompyDotOrg]
file Info.plist Tue Jul 29 04:14:29 -0700 2008 Initial project files. [StompyDotOrg]
file MyDocument.h Tue Jul 29 08:08:09 -0700 2008 Basic working version. SOBezier draws a defaul... [StompyDotOrg]
file MyDocument.m Tue Jul 29 08:08:09 -0700 2008 Basic working version. SOBezier draws a defaul... [StompyDotOrg]
file README.markdown Wed Jul 30 00:53:43 -0700 2008 Corrected the initialisers for the SOBezierCurv... [StompyDotOrg]
directory SOBezier.xcodeproj/ Wed Jul 30 00:53:43 -0700 2008 Corrected the initialisers for the SOBezierCurv... [StompyDotOrg]
file SOBezierCurve.h Tue Jul 29 08:08:09 -0700 2008 Basic working version. SOBezier draws a defaul... [StompyDotOrg]
file SOBezierCurve.m Wed Jul 30 00:53:43 -0700 2008 Corrected the initialisers for the SOBezierCurv... [StompyDotOrg]
file SOBezierView.h Tue Jul 29 08:08:09 -0700 2008 Basic working version. SOBezier draws a defaul... [StompyDotOrg]
file SOBezierView.m Tue Jul 29 08:08:09 -0700 2008 Basic working version. SOBezier draws a defaul... [StompyDotOrg]
file SOBezier_Prefix.pch Tue Jul 29 04:14:29 -0700 2008 Initial project files. [StompyDotOrg]
file main.m Tue Jul 29 04:14:29 -0700 2008 Initial project files. [StompyDotOrg]
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.