Skip to content

Instantly share code, notes, and snippets.

Privacy Policy

Drew Lanning built the Conveyor app as a Commercial app. This SERVICE is provided by Drew Lanning and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Conveyor unless otherwise defined in this Privacy Policy.

@dancemonkey
dancemonkey / TStick
Last active June 5, 2016 20:41
A thumbstick I made in Lua using Codea, dropping it here to remind me to re-work it in Swift
//
// ThumbStick.swift
// Core-Motion_-test
//
// Created by Drew Lanning on 6/5/16.
// Copyright © 2016 Drew Lanning. All rights reserved.
//
// This currently just draws a ring with a "hat" in the middle. No code is put in yet for actually controlling
// whatever node you pass in. I'm sure everything I've done here has a better way for it to be done, I make
@dancemonkey
dancemonkey / Button.swift
Created May 15, 2016 15:31
Button class for SpriteKit, includes passing in closure for assigning functionality to touch events
//
// Button.swift
// Core-Motion_-test
//
// Created by Drew Lanning on 5/14/16.
// Copyright © 2016 Drew Lanning. All rights reserved.
//
// Shape, colors, and label are all super-basic, replace with whatever code
// makes it prettier or more useful.