Nick Lockwood

Results 73 repositories owned by Nick Lockwood

StackView

74
Stars
8
Forks
Watchers

StackView is a class designed to simplify the implementation of vertical stacks of views on iOS. You can think of it as a bit like a simplified version of UITableView.

StandardPaths

337
Stars
50
Forks
Watchers

StandardPaths is a category on NSFileManager for simplifying access to standard application directories on iOS and Mac OS and abstracting the iCloud backup flags on iOS. It also provides support for w...

StringCoding

57
Stars
3
Forks
Watchers

StringCoding is a simple Mac/iOS library for setting object properties of any type using string values. It can automatically detect the property type and attempt to interpret the string as the right k...

SVGPath

98
Stars
9
Forks
Watchers

Cross-platform Swift library for parsing SVGPath strings

Swiftenstein

358
Stars
22
Forks
Watchers

Simple Wolfenstein 3D clone written in Swift

SwiftFormat

7.2k
Stars
606
Forks
Watchers

A command-line tool and Xcode Extension for formatting Swift code

SwipeView

2.7k
Stars
421
Forks
Watchers

SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style d...

Swune

42
Stars
3
Forks
Watchers

Swift/UIKit reimplementation of the Dune II RTS game

Tribute

245
Stars
14
Forks
Watchers

A command-line tool for tracking Swift project licenses

VectorMath

363
Stars
45
Forks
Watchers

A Swift library for Mac and iOS that implements common 2D and 3D vector and matrix functions, useful for games or vector-based graphics