T
T
tialastea2017-01-16 14:57:47
JavaScript
tialastea, 2017-01-16 14:57:47

Should I use WebGl to display 2d plots?

I want to use in the project (web application and mobile versions for ios and android) dynamic charts like Highstock .
I am considering writing from scratch on WebGl or using pixi.js .
Haven't worked with WebGl before. Will it be adequate to use this technology to speed up the display of 2d graphs with a large amount of data (~ 100t points)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kahi4, 2017-01-17
@kahi4

Not worth it. There is such a thing as approximation. The user will still not consider 100k points, and for a small number of points, conventional tools are also suitable. Spend a lot of time, there will be practically no gain (only you will have problems with development later).

S
svaa1982, 2017-01-19
@svaa1982

In the long run, yes, because soon there will be no pure 2D graphics at all. Any div or canvas element is either already or will soon be rendered on the graphics card using OpenGL/DirectX.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question