我正在研究D3画布图;我想提高帧速率,为此我想将动画相关代码从CPU卸载到GPU。关于这个主题的以下文章可以在互联网上找到:
Offloading Computation to your GPU
Taking advantage of GPU acceleration in the 2D canvas
Unleash the Power of Hardware-Accelerated HTML5 Canvas
但是我无法应用任何东西,而且我不知道如何实现以及在何处实现此代码。
还欢迎任何其他建议将负载从CPU卸载到GPU。
答案 0 :(得分:0)
已经有一个名为pathGL的实现尝试。
网页在这里: http://pathgl.com/examples/physics.html
Github存储库在这里: https://github.com/adnan-wahab/pathgl