Hacker News new | ask | show | jobs
I Made an SVG to SwiftUI Converter (github.com)
1 points by bring-shrubbery 1023 days ago
1 comments

A while ago I needed to get very custom SVG into my SwiftUI app, I also needed to programmatically control it, so making it into an SF Symbol was not an option. So as every self-respecting developer, I've created an automated tool to convert SVG code into SwiftUI Shape code.

It's been several years since the first release, but I think the tool still does its' job well enough. Let me know what you think!