Pinned Repositories
CompositionalList
Customizable SwiftUI List powered by UICollectionViewDiffableDataSource and UICollectionViewLayout
CoreDataTutorialPart1Final
Final project of CoreData tutorial part 1
CustomSegmentedControl
Open source project, UIControl subclass with capabilities of a segmented control, dynamically changing based on items passed in an array, it can handle text, images and colors.
DelegateTutorial
Starter project for tutorial explaining delegates in Swift 3
DelegateTutorialFinal
Final project for the delegate tutorial in swift 4.2
JSONTutorialFinal
JSON tutorial final project
PolyAI
An open-source Swift package for interacting with different LLM's public API's, using the OpenAI format.
ProtocolBasedNetworking
Generic networking and protocol based
SwiftAnthropic
An open-source Swift package for interacting with Anthropic's public API.
SwiftOpenAI
The most complete open-source Swift package for interacting with OpenAI's public API.
jamesrochabrun's Repositories
jamesrochabrun/SwiftOpenAI
The most complete open-source Swift package for interacting with OpenAI's public API.
jamesrochabrun/SwiftAnthropic
An open-source Swift package for interacting with Anthropic's public API.
jamesrochabrun/PolyAI
An open-source Swift package for interacting with different LLM's public API's, using the OpenAI format.
jamesrochabrun/CompositionalList
Customizable SwiftUI List powered by UICollectionViewDiffableDataSource and UICollectionViewLayout
jamesrochabrun/DelegateTutorialFinal
Final project for the delegate tutorial in swift 4.2
jamesrochabrun/DelegateTutorial
Starter project for tutorial explaining delegates in Swift 3
jamesrochabrun/SwiftSwarm
Swift framework exploring ergonomic, lightweight multi-agent orchestration. Inspired by Swarm OpenAI library
jamesrochabrun/MCPSwiftWrapper
A light wrapper around mcp-swift-sdk for easy usage of MCP clients in Swift
jamesrochabrun/ClaudeTextEditor
A sample code app for Claude Code MCP
jamesrochabrun/WWDC2021
App example that implements latest Apple technologies, including async/await and main actors.
jamesrochabrun/CompositionalListExample
CompositionalList allows to use compositional layout in a SwiftUI view.
jamesrochabrun/FaceObservationSwiftUIPicker
SwiftUI Image picker with Face detection
jamesrochabrun/BaseUI
jamesrochabrun/CleanDiffableCollectionView
Diffable data source and compositional layout example
jamesrochabrun/MarvelApp
jamesrochabrun/OpenAIBuildHours
jamesrochabrun/SimpleFeedApp
SimpleFeed App is a simple app that uses the RSS Feed Itunes Generator API and Marvel API to display feeds with layouts that adapt to iPad and iPhone, taking advantage of generics, protocols, meta types, and enums to create reusable components.
jamesrochabrun/SwiftVaderExample
jamesrochabrun/ViewRepresentableAppleTutorial
jamesrochabrun/DesignCodeIO
jamesrochabrun/InfiniteScrollExample
Learning how to implement an infinite scroll UI using Diffable Data Source
jamesrochabrun/iOSConcurrency
Project that explores different available ways to perform concurrency in iOS.
jamesrochabrun/ItunesSearch
jamesrochabrun/MarvelClient
Marvel Client
jamesrochabrun/mcp-swift-sdk
jamesrochabrun/ServerDrivenUI
Exploration of Server driven UI Framework
jamesrochabrun/swift
Airbnb's Swift Style Guide.
jamesrochabrun/SwiftAudioEx
SwiftAudioEx is an iOS audio player written in Swift, making it simpler to work with audio playback from streams and files.
jamesrochabrun/SwiftUIConcurrency
jamesrochabrun/SwiftUITrivia
Trivia sample game app in SwiftUI