Skip to content

Instantly share code, notes, and snippets.

@aabewhite
aabewhite / SpiralPointSequence.swift
Created September 22, 2018 16:55
Sequence that generates points on a plane expanding from the center in a spiral pattern.
//
// SpiralPointSequence.swift
// ARPaint
//
// Created by Abe White on 9/20/18.
// Copyright © 2018 Hedonic Software. All rights reserved.
//
import Foundation
@aabewhite
aabewhite / CVPixelBufferColor.swift
Last active November 18, 2023 03:47
Convert a CVPixelBuffer from an iOS device video camera from YpCbCr format to ARGB values.
//
// CVPixelBufferColor.swift
// ARPaint
//
// Created by Abe White on 9/13/18.
// Copyright © 2018 Hedonic Software. All rights reserved.
//
import Accelerate
import UIKit