Skip to content

Instantly share code, notes, and snippets.

View zhelezkov's full-sized avatar

Nick zhelezkov

View GitHub Profile
@SlappyAUS
SlappyAUS / SearchableGrid.swift
Created January 28, 2021 04:29
SearchableGrid
import SwiftUI
import CoreData
struct SearchableGrid<T: NSManagedObject, Content: View, EmptyContent: View>: View where T: Identifiable {
@Environment(\.managedObjectContext) var context
@StateObject private var viewModel = SearchableGridGridViewModel<T>()
let dropEntered : (DropInfo, SearchableGridGridViewModel<T>, T) -> ()
let dropUpdated : ((DropInfo, T) -> DropProposal?)?
@notnotrobby
notnotrobby / cgp.md
Last active May 26, 2026 07:44
List of free resources to study computer graphics programming.