swift-graphics
swift-graphics copied to clipboard
Add in-memory, software rasterizer backend
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).