servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.54k stars 198 forks source link

CPU fallback renderer #475

Closed DemiMarie closed 2 years ago

DemiMarie commented 2 years ago

Virtual machines often have no GPU support at all. It would be nice to have a reasonably fast CPU fallback renderer, ideally SIMD accelerated.

jdm commented 2 years ago

I think it makes more sense for any app that wants to support pathfinder as well as CPU rendering to implement their own CPU renderer.