FXGL icon indicating copy to clipboard operation
FXGL copied to clipboard

Best options for displaying a zoomable SVG image from within FXGL

Open bmcollier opened this issue 2 years ago • 0 comments

Hi - I'm keen to use SVG to define a (geographic) map which can be zoomed by the user in the game I'm creating. FXGL doesn't appear to support SVG images, but I can create a bufferedimage from the SVG - can I convert a bufferedimage into a texture and then go from there? Or is the only answer to write something custom 😱 and make a pull request? Ideally I'd like to avoid the latter!

bmcollier avatar Dec 27 '23 13:12 bmcollier