Skip to content

Instantly share code, notes, and snippets.

View zjinhu's full-sized avatar

jinhu zjinhu

View GitHub Profile
@zjinhu
zjinhu / collections.json
Last active April 23, 2026 09:33
SPM collections
{
"formatVersion": "1.0",
"name": "Jinhu Collections",
"overview": "Swift package collection",
"keywords": ["swiftui", "ios"],
"packages": [
{
"url": "https://github.com/exyte/PopupView.git",
"summary": "Toasts and popups library written with SwiftUI.",
"keywords": ["swiftui", "popup", "toast", "floater", "overlay", "ui-component"],
@zjinhu
zjinhu / MatrixEffect.swift
Created September 11, 2024 10:56 — forked from jtvargas/MatrixEffect.swift
Stress Fiddle App in SwiftUI
//
// MatrixEffect.swift
//
// Created by J.T on 9/8/24.
//
import SwiftUI
import Combine
class MatrixEffectModel: ObservableObject {