Skip to content

Instantly share code, notes, and snippets.

@zxfccmm4
zxfccmm4 / ContentView.swift
Created January 22, 2024 18:33 — forked from unixzii/ContentView.swift
GPU particle system using Metal.
import SwiftUI
struct SmashableView: NSViewRepresentable {
typealias NSViewType = _SmashableNSView
let text: String
class _SmashableNSView: NSView {