From what I’ve read into chrome’s roadmap, everything seems on track for a webgpu release in May.
Is scichart taking this into account and planning to add webgpu support?
I suspect this would make quite an impact on performance, so it would be a great addition.
Thanks!
- João Velasques asked 3 years ago
- You must login to post comments
Update: SciChart is working on WebGPU support for SciChart.js and has some early results to share.
On Mac Silicon hardware
WebGPU is benchmarking at 2x faster than WebGL, due to the shared memory architecture, and easy mapping from WebGPU API calls to Apple Metal.
On Intel hardware
WebGPU is benchmarking ~20% slower than WebGL on DirectX12 capable PCs in Chrome.
We are still in process of optimising WebGPU in SciChart.js for release in Q2 2026. SciChart.js will include a fallback to WebGL to preserve legacy behaviour on systems which do not support WebGPU.
- Andrew Burnett-Thompson answered 3 weeks ago
- You must login to post comments
Hi Joao,
That’s a good question. At the moment we are targeting only WebGL1 and WebGL2.
However, the good news is the SciChart tech stack is very well positioned & agile for taking advantage of new rendering technologies. Here’s a quick image showing our tech stack at a high level:


Essentially what we’ve built is a cross-platform graphics engine in C++ which currently targets multiple hardware-accelerated rendering APIs. We already target DirectX 9, 10, 11, OpenGL, OpenGLES 1 & 2, Metal and WebGL 1 & 2. This library is compiled into WebAssembly for our JavaScript charts allowing us to target WebGL in the browser using essentially the same code as our Windows (WPF) and mobile (ios/android) charts (this leads to great code-reuse and efficient bug fixing & feature development across platforms)
At the moment our graphics engine doesn’t support WebGPU but could be easily added when the time comes. We’ve done it in the past (added support for new rendering technologies) so it is possible.
Whether we have it done for the release, I’m not sure, but I wanted to give you some background on how our technology is built because this shows that actually yes we do have foresight & ability to add new graphics technologies as and when they’re released.
More details – I can share as and when we investigate WebGPU. If you want to discuss more, I’ve dropped you an email if you would like to talk further on the topic.
Best regards
Andrew
- Andrew Burnett-Thompson answered 3 years ago
- last edited 3 years ago
- You must login to post comments
Please login first to submit.

