I want to use a CAEmitterLayer within a macOS app that is based on SwiftUI. Problem: The layer itself is perfectly visible, but it doesn’t emit any particles. → Here’s my demo project on GitHub I basically built a NSViewRepresentable for a custom class EmitterNSView: NSView that handles the emitter layer itself. final class EmitterNSView:Read more