SVG support? #13
Replies: 4 comments 1 reply
-
Yes, I've actually been thinking about this lately. It would be really useful for importing 2D graphics. We would either have to use an existing SVG library and write a Swift wrapper (I assume there are no existing cross-platform SVG libraries for Swift), or write something from scratch for a reasonable subset of SVG. A daunting task, but it could be viable using an AI agent. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe start with this or use a subset?
https://github.com/swhitty/SwiftDraw
swhitty/SwiftDraw: Swift library and command line tool to convert SVGs into SFSymbol, PNG, PDF and Swift source code.
github.com
Looks to be under pretty active development.
Cheers,
Chris Griffin
… On Jan 8, 2026, at 1:13 PM, Tomas Franzén ***@***.***> wrote:
Are there plans to support SVG that can be then extruded? Is it possible with your engine?
Yes, I've actually been thinking about this lately. It would be really useful for importing 2D graphics.
We would either have to use an existing SVG library and write a Swift wrapper (I assume there are no existing cross-platform SVG libraries for Swift), or write something from scratch for a reasonable subset of SVG. A daunting task, but it could be viable using an AI agent.
—
Reply to this email directly, view it on GitHub <#13 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAFIUWODPER5Z6ZSHF6BASL4F3CAPAVCNFSM6AAAAACRDO34RKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNBUHA4TINI>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
-
|
Cadova 0.5 is released, with SVG support! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for implementing this! I will be checking this out soon. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there plans to support SVG that can be then extruded? Is it possible with your engine?
Beta Was this translation helpful? Give feedback.
All reactions