This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
StompyDotOrg (author)
Wed Jul 30 00:53:43 -0700 2008
sobezier /
| name | age | message | |
|---|---|---|---|
| |
English.lproj/ | Tue Jul 29 08:08:09 -0700 2008 | |
| |
Info.plist | Tue Jul 29 04:14:29 -0700 2008 | |
| |
MyDocument.h | Tue Jul 29 08:08:09 -0700 2008 | |
| |
MyDocument.m | Tue Jul 29 08:08:09 -0700 2008 | |
| |
README.markdown | Wed Jul 30 00:53:43 -0700 2008 | |
| |
SOBezier.xcodeproj/ | Wed Jul 30 00:53:43 -0700 2008 | |
| |
SOBezierCurve.h | Tue Jul 29 08:08:09 -0700 2008 | |
| |
SOBezierCurve.m | Wed Jul 30 00:53:43 -0700 2008 | |
| |
SOBezierView.h | Tue Jul 29 08:08:09 -0700 2008 | |
| |
SOBezierView.m | Tue Jul 29 08:08:09 -0700 2008 | |
| |
SOBezier_Prefix.pch | Tue Jul 29 04:14:29 -0700 2008 | |
| |
main.m | Tue Jul 29 04:14:29 -0700 2008 |
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.







