Skip to content

Instantly share code, notes, and snippets.

View Shilo's full-sized avatar

Shilo Shilo

View GitHub Profile
@Shilo
Shilo / SHLine.h
Created March 15, 2011 01:14
A simple line extension for Sparrow
//
// SHLine.h
// Sparrow
//
// Created by Shilo White on 1/11/11.
// Copyright 2011 Shilocity Productions. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
@Shilo
Shilo / SHMotionBlurSprite.h
Created March 15, 2011 05:01
A simple motion blur extension for Sparrow
//
// SHMotionBlurSprite.h
// Sparrow
//
// Created by Shilo White on 1/14/11.
// Copyright 2011 Shilocity Productions. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
@Shilo
Shilo / SHCircle.h
Created March 15, 2011 05:50
A simple circle extension for Sparrow
//
// SHCircle.h
// Sparrow
//
// Created by Shilo White on 1/27/11.
// Copyright 2011 Shilocity Productions. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
@Shilo
Shilo / SHPolygonOld.h
Last active September 25, 2015 06:28
A simple polygon extension for Sparrow 1.X. (OLD VERSION)
//
// SHPolygon.h
// Sparrow
//
// Created by Shilo White on 2/6/11.
// Copyright 2011 Shilocity Productions. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
@Shilo
Shilo / SHThumbstick.h
Last active September 25, 2015 06:28
A robust thumbstick extension for Sparrow
//
// SHThumbstick.h
// Sparrow 2.X
//
// Created by Shilo White on 2/12/11.
// Copyright 2011 Shilocity Productions. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
@Shilo
Shilo / SHShakeEvent.h
Created March 20, 2011 10:24
A simple shake event extension for Sparrow
//
// SHShakeEvent.h
// Sparrow
//
// Created by Shilo White on 3/8/11.
// Copyright 2011 Shilocity Productions. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
@Shilo
Shilo / SHSwipeEvent.h
Created March 23, 2011 02:57
A simple swipe event extension for Sparrow
//
// SHSwipeEvent.h
// Sparrow
//
// Created by Shilo White on 3/10/11.
// Copyright 2011 Shilocity Productions. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
@Shilo
Shilo / SHSplashScreen.h
Created March 26, 2011 08:32
A simple splash screen extension for Sparrow
//
// SHSplashScreen.h
// Sparrow
//
// Created by Shilo White on 3/25/11.
// Copyright 2011 Shilocity Productions. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
@Shilo
Shilo / SHFingerTrail.h
Created March 30, 2011 02:22
A simple finger trail extension for Sparrow
//
// SHFingerTrail.h
// FingerTrailSample
//
// Created by Shilo White on 3/28/11.
// Copyright 2011 Shilocity Productions. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
@Shilo
Shilo / SPTextField.h
Created May 24, 2011 05:03
Brian Ensor's extension for Sparrow's SPTextField class.
//
// SPTextField.h
// Sparrow
//
// Created by Daniel Sperl on 29.06.09.
// Copyright 2011 Gamua. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//