phosphorjs / phosphor

The PhosphorJS Library
BSD 3-Clause "New" or "Revised" License
1.04k stars 166 forks source link

Datagrid: investigate using CanvasKit #439

Open sccolbert opened 4 years ago

sccolbert commented 4 years ago

As it says on the tin.

https://skia.org/user/modules/canvaskit

This could be a way to get rid of our GraphicsContext wrapper which tries to minimize state changes. The Skia API is stateless, so we should get a nice performance boost from just that. Nevermind cutting out the whole browser translation layer.