6 ms·
I've worked with hardware accelerated vector graphics engines (2D GPUs). It sounds like a good idea to do everything vector, because some things are very simple
by planteen 7y ago
I've worked with hardware accelerated vector graphics engines (2D GPUs). It sounds like a good idea to do everything vector, because some things are very simple while retaining quality as you said. But in my experience, the vector operations are so expensive compared to raster ones that you go back to rasters to maintain framerate.
- Zaskoda 7y agoYes, even my relatively simple scenes are expensive to render. I'm hoping I can optimize it enough to be playable. An interesting plus side: I can export the SVG as a file and get an extremely high quality screenshot.
- dwild 7y agoHow "simple" are they? I remember so long ago, there was some amazing Flash graphics, so 10 years later, there's no way we can't get much more impressive ones.