Skip to content

Instantly share code, notes, and snippets.

@C4Code
C4Code / C4Shape+touchSetAccess.h
Created May 13, 2012 03:34
using a category on C4Shape to access the touches of a shape via the notification center
//
// C4Shape+touchSetAccess.h
// accessTouches
//
// Created by Travis Kirton on 12-05-12.
// Copyright (c) 2012 POSTFL. All rights reserved.
//
#import "C4Shape.h"
@C4Code
C4Code / C4WorkSpace.m
Created May 18, 2012 20:56
Audio meter for C4
//
// C4WorkSpace.m
// audioMeter
//
// Created by Travis Kirton on 12-05-17.
// Copyright (c) 2012 POSTFL. All rights reserved.
//
#import "C4WorkSpace.h"
@interface C4WorkSpace ()
@C4Code
C4Code / C4WorkSpace.m
Created May 18, 2012 20:58
C4LinesProject workspace... because our git pull request failed hard
//
// C4WorkSpace.m
// mwylegly_0503_01
//
// Created by MADT.Student on 12-05-03.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import "C4WorkSpace.h"
#import "C4Vector.h"
@C4Code
C4Code / C4WorkSpace.m
Created May 22, 2012 18:51
Create PDF in iOS
//
// C4WorkSpace.m
// createPDF
//
// Created by Travis Kirton on 12-05-17.
// Copyright (c) 2012 POSTFL. All rights reserved.
//
#import "C4WorkSpace.h"
@C4Code
C4Code / C4WorkSpace.m
Created June 7, 2012 00:50
How to set and change layer positions of visible objects
#import "C4WorkSpace.h"
@implementation C4WorkSpace {
C4Shape *zPositionShape;
CGFloat zPosOfLastShape, offset;
NSInteger circleCount;
}
-(void)setup {
offset = 30;
@C4Code
C4Code / C4WorkSpace.m
Created June 10, 2012 19:37
Apple DTS
#import "C4WorkSpace.h"
@interface C4WorkSpace ()
@end
@implementation C4WorkSpace {
C4Shape *translateRect, *transformRect;
}
-(void)setup {
@C4Code
C4Code / C4WorkSpace.m
Created July 21, 2012 04:54
Animated Mask Over Camera
//
// C4WorkSpace.m
// camera test
//
// Created by Travis Kirton on 12-07-20.
// Copyright (c) 2012 POSTFL. All rights reserved.
//
#import "C4WorkSpace.h"
@C4Code
C4Code / C4WorkSpace.m
Created July 23, 2012 23:03
Walkthrough code for TEI2013 Submission
//
// C4WorkSpace.m
// TEI2013
//
// Created by Travis Kirton on 12-07-23.
// Copyright (c) 2012 POSTFL. All rights reserved.
//
#import "C4WorkSpace.h"
@C4Code
C4Code / C4WorkSpace.m
Created August 5, 2012 02:49
Recreation of Openframeworks graphicsExample
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton
//
#import "C4WorkSpace.h"
#import "SquaresGL.h"
@C4Code
C4Code / C4WorkSpace.m
Created September 24, 2012 04:48
Toggle Audio Playback
//
// C4WorkSpace.m
// gettingThingsOnScreen
//
// Created by moi on 12-09-23.
// Copyright (c) 2012 moi. All rights reserved.
//
#import "C4WorkSpace.h"