Pinned Repositories
100_Days_of_SwiftUI-Consolidation_V-Friendbook
The 4th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. The app presents a list of friends, a list of their friends' friends (etc.), along with their respective details; the data is being downloaded and cached using Codable and Core Data. A complete project I have written from scratch.
About-SwiftUI
Gathering all info published, both by Apple and by others, about new framework SwiftUI.
Ampere
Adding multiplication and division to the units of measurement types in Foundation.
AnimateText
This library for animating text. Developed with SwiftUI. This library supports iOS/macOS.
Awesome-Swift-Playgrounds
A List of Awesome Swift Playgrounds
AzamSharp-Weekly
BestBefore
Never again will your product expire
ffhq-dataset
Flickr-Faces-HQ Dataset (FFHQ)
image-filtering
A Swift playgroundbook about Image Filtering
suia-materials
The projects and the materials that accompany the SwiftUI Apprentice book
BhaskerGarudadri's Repositories
BhaskerGarudadri/GRDB.swift
A toolkit for SQLite databases, with a focus on application development
BhaskerGarudadri/swift-numerics
Advanced mathematical types and functions for Swift
BhaskerGarudadri/swift-style-guide
The official Swift style guide for Kodeco.
BhaskerGarudadri/Plot
A DSL for writing type-safe HTML, XML and RSS in Swift.
BhaskerGarudadri/PopupView
Popups and alerts with SwiftUI
BhaskerGarudadri/example-ios-apps
A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
BhaskerGarudadri/iOS-Architecture-Patterns
source code
BhaskerGarudadri/SwiftUI-Shimmer
Shimmer is a super-light modifier that adds a shimmering effect to any SwiftUI View, for example, to show that an operation is in progress. It works well on light and dark modes, and across iOS, macOS, tvOS and watchOS.
BhaskerGarudadri/mysql2sqlite
Converts MySQL dump to SQLite3 compatible dump
BhaskerGarudadri/SwiftFormat
A command-line tool and Xcode Extension for formatting Swift code
BhaskerGarudadri/SwiftUIX
Extensions and additions to the standard SwiftUI library.
BhaskerGarudadri/SwiftyJSON
The better way to deal with JSON data in Swift.
BhaskerGarudadri/python-math
BhaskerGarudadri/sample-food-truck
SwiftUI sample code from WWDC22
BhaskerGarudadri/swift-algorithms-1
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
BhaskerGarudadri/swift-collections
Commonly used data structures for Swift
BhaskerGarudadri/Unwrap
Learn Swift interactively on your iPhone.
BhaskerGarudadri/SwifterSwift
A handy collection of more than 500 native Swift extensions to boost your productivity.
BhaskerGarudadri/wordle-list
List of possible wordle words
BhaskerGarudadri/ViewInspector
Runtime introspection and unit testing of SwiftUI views
BhaskerGarudadri/Grid
The most powerful Grid container missed in SwiftUI
BhaskerGarudadri/SwiftfulRouting
Declarative framework for programmatic navigation in SwiftUI applications.
BhaskerGarudadri/open-swiftui-animations
Useful SwiftUI animations including Loading/progress, Looping, On-off, Enter, Exit, Fade, Spin and Background animations that you can directly implement in your next iOS application or project. The library also contains huge examples of spring animations such as Inertial Bounce, Shake, Twirl, Jelly, Jiggle, Rubber Band, Kitchen Sink and Wobble effe
BhaskerGarudadri/100_Days_of_SwiftUI-Consolidation_V-Friendbook
The 4th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. The app presents a list of friends, a list of their friends' friends (etc.), along with their respective details; the data is being downloaded and cached using Codable and Core Data. A complete project I have written from scratch.
BhaskerGarudadri/SwiftPlantUML
A command-line tool and Swift Package for generating class diagrams powered by PlantUML
BhaskerGarudadri/CoreStore
Unleashing the real power of Core Data with the elegance and safety of Swift
BhaskerGarudadri/ProjectManager-App
App project for task tracking using SwiftUI, Core Data, & more.
BhaskerGarudadri/Periodic-Table-JSON
A json of the entire periodic table.
BhaskerGarudadri/SwiftUI-Bootcamp
Full source code for the SwiftUI Bootcamp. The complete tutorial is available for free on my YouTube channel @SwiftfulThinking. The project is a collection of individual tutorials and not a working application.
BhaskerGarudadri/swift-algorithm-club
Algorithms and data structures in Swift, with explanations!