Skip to content

Instantly share code, notes, and snippets.

View membersheep's full-sized avatar

Alessandro Maroso membersheep

View GitHub Profile
@membersheep
membersheep / SXRadialBlurFilter.h
Last active August 29, 2015 14:10
SXRadialBlurFilter
//
// SXRadialBlurFilter.h
//
// Created by Alessandro Maroso on 27/11/14.
//
//
#import <Sparrow/Sparrow.h>
@interface SXRadialBlurFilter : SPFragmentFilter
//
// SXBezierCurve.h
// Klee
//
// Created by Alessandro Maroso on 04/11/14.
// Copyright (c) 2014 waresme. All rights reserved.
//
// For informations about bezier curves and how to configure them with control points: http://pomax.github.io/bezierinfo/
//