Pinned Repositories
Bushel
an opinionated UICollectionView framework
Combine-Backpressure-Research-CSV
lambda-image-resizer
I always thought that AWS S3 should just resize your images when you put them into a bucket. It doesn't. However with the new Lambda service it can.
StartupCommander
An app to display the list of Mac startup commands used to start an Apple Computer into different modes. This is basically just an app to help me remember keyboard shortcuts and learn SwiftUI
SwiftUI-Lateral-Thinking-Project
Proof that SwiftUI is works on all of Apple Platforms and is ready for Production
WeiboKit
Weibo using AFNetworking
CombineFeedback
Unidirectional reactive architecture using new Apple Combine framework https://developer.apple.com/documentation/combine
PaulWoodIII's Repositories
PaulWoodIII/Combine-Backpressure-Research-CSV
PaulWoodIII/StartupCommander
An app to display the list of Mac startup commands used to start an Apple Computer into different modes. This is basically just an app to help me remember keyboard shortcuts and learn SwiftUI
PaulWoodIII/CombineFeedback
Unidirectional reactive architecture using new Apple Combine framework https://developer.apple.com/documentation/combine
PaulWoodIII/PodcastPlayer
Learning CombineFeedback by making a Podcast Player
PaulWoodIII/SwiftUI-Lateral-Thinking-Project
Proof that SwiftUI is works on all of Apple Platforms and is ready for Production
PaulWoodIII/async-game-server
A node.js backend for async social games
PaulWoodIII/AvatarView
Wanted to explore what was really needed to test a simple MVVM project using SwiftUI, SwiftUI remains untested by Unit Test but other objects look testable using this setup
PaulWoodIII/battle-arena
a javascript validator and simulator of a game with elements from JRPGs
PaulWoodIII/BlogIdeaList-SwiftUI
PaulWoodIII/CSV.swift
CSV reading and writing library written in Swift.
PaulWoodIII/EloBackend
Elo rating backend
PaulWoodIII/Entwine
Testing tools and utilities for Apple's Combine framework.
PaulWoodIII/LRUCaches
PaulWoodIII/NavigationDestination
Xcode Beta 4 sample code to show a NavigationView bug
PaulWoodIII/PersonView
An approach in developing a SwiftUI based App where all data used by the View's are Structs, attempting to find where reference types will make things easier
PaulWoodIII/playgrounds-grow
PaulWoodIII/PreviewEditMode
Xcode Previews do not allow a way to set the edit mode other than the EditButton it seems
PaulWoodIII/resume
my resume
PaulWoodIII/rxmarbles
Interactive diagrams of Rx Observables
PaulWoodIII/SafePreviewDevices
An enumeration of Preview Devices that can be used with SwiftUI previews
PaulWoodIII/swift-inventory
inventory system for crafting items
PaulWoodIII/swift-sequences
Some Useful Things Using PATS
PaulWoodIII/SwiftUI-Minesweeper
made to remember how to implement a breadth first search
PaulWoodIII/swiftui-notes
A collection of notes, project pieces, playgrounds and ideas on learning and using SwiftUI and Combine
PaulWoodIII/SwiftUI-TodoMVC
PaulWoodIII/SwiftUI-TodoMVC-1
TodoMVC implemented in SwiftUI
PaulWoodIII/SwipeCellKit
Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift.
PaulWoodIII/tipski
PaulWoodIII/translator
api to get common translations of text in mobile apps and social websites
PaulWoodIII/TryKingfisher
A sample project that uses https://placebeard.it to display a new picture when the user clicks a button. Made to learn Kingfisher, see if it paired well with SwiftUI, and see if I could create a facade over Kingfisher for testing.