Vector sprites

Basically it’d be like normal sprites, but it’ll use SVG images instead of PNGs for frames. This way we would be able to resize those in-game without worrying about pixelation when scale factor is high.

1 Like

Not easy to add this to Game Develop because SFML doesn’t support SVG natively.

Yeah, but we can render svg frames to bitmaps internally (in engine) whenever resizing happens.