swift-graphics icon indicating copy to clipboard operation
swift-graphics copied to clipboard

Add in-memory, software rasterizer backend

Open fwcd opened this issue 2 years ago • 0 comments

It would be cool to have a backend with no dependencies at all (besides Swift) that rasterizes directly into a pixel buffer. However, we would probably want to split out the PNG methods from the Image protocol first (unless we'd want to write a PNG coder too, which we probably don't).

fwcd avatar Jan 01 '23 21:01 fwcd