Abizern / sobezier
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tag:
Stage1_1
StompyDotOrg (author)
Wed Jul 30 00:53:43 -0700 2008
sobezier /
| name | age | message | |
|---|---|---|---|
| |
English.lproj/ | ||
| |
Info.plist | ||
| |
MyDocument.h | ||
| |
MyDocument.m | ||
| |
README.markdown | ||
| |
SOBezier.xcodeproj/ | ||
| |
SOBezierCurve.h | ||
| |
SOBezierCurve.m | ||
| |
SOBezierView.h | ||
| |
SOBezierView.m | ||
| |
SOBezier_Prefix.pch | ||
| |
main.m |
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.

