[2.1] SVG support

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
Jay721
Halfling
Posts: 62
Joined: Mon Jan 29, 2018 8:19 am

[2.1] SVG support

Post by Jay721 »

I'm curious if there's any easy way to load scalable vector graphics within Ogre to use them with MyGUI? If not, I guess I'll have to convert each SVG to a variety of sizes in PNG format?
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5296
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: [2.1] SVG support

Post by dark_sylinc »

We rely on FreeImage and/or stbimage for loading most of our file formats (and hand-rolled code for DDS, KTX, PVRTC).

AFAIK none of these codecs support SVG, thus we don't either.
Post Reply