softbuffer
softbuffer copied to clipboard
iOS platform
Would the current Core Graphics implementation in cg.rs also work for iOS, or does iOS have another API that we would need to use?
They can probably share some code, but the way they attach to the view is different (NSView vs. UIView)