How to use svg in ebiten #3177
Unanswered
sanguinedab
asked this question in
Q&A
Replies: 1 comment 7 replies
-
SVG is not available in Ebitengine so far unfortunately. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I want to use svg in this way.
img, _, err := ebitenutil.NewImageFromFileSystem(resources.ImagesFS, path)
(resources.ImagesFS embed svg file),Is it possible? Or what kind of method should I use? I am a newbie in using svg.Beta Was this translation helpful? Give feedback.
All reactions