StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps
MIT License
2.06k stars 378 forks source link

SVG Support? #6

Open SSIvanov19 opened 2 years ago

SSIvanov19 commented 2 years ago

Is there any way to load .svg image?

codename-irvin commented 2 years ago

@SSIvanov19 I don't believe that ImGui supports rendering SVGs and it doesn't look like Walnut has added anything to support this. For icons, ImGui recommends using icon fonts (see https://fonts.google.com/icons for an example).

However, I agree that support for this would be very useful.

ZanzyTHEbar commented 2 years ago

I second this - i would love to have SVG support. Right now images look pixalated when resized to fit the veiwport.