Old programmer here teaching myself a bit of macOS and iOS programming. I thought the Swift Playgrounds app might be a way to experiment with some simple pixel drawing code.
But Googling and browsing the net are letting me down. Even the chatbots only give code that Playgrounds rejects.
In Playgrounds is there AppKit, UIKit, NSView, UIView, CoreGraphics, or some special equivalent peculiar to Playgrounds?
The Playgrounds examples seem to go straight to more complex more modern graphics that look more like sprites and GL than the simple stuff I want to try.