Abizern / sobezier
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tree:
d3a8e9c
StompyDotOrg (author)
Tue Jul 29 08:25:15 -0700 2008
commit d3a8e9c3a83ed0dcd4bec48b2d1edb07e52b6201
tree 4c5383094b241f4fcfe122956f0739a177b525c0
parent aaacb8765ca6e5cc0981d08a44aac22aec7536e6
tree 4c5383094b241f4fcfe122956f0739a177b525c0
parent aaacb8765ca6e5cc0981d08a44aac22aec7536e6
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.

