I'm currently trying to visualize large number of data points (around ~100k) using d3.js and SVG. An example of what I am currently using is - http://bl.ocks.org/mbostock/3680957 The problem with SVG is that the performance becomes really sluggish when trying to visualize large number of points. That is why I was wondering, if I can utilize the power of WebGL using Pixi.js to implement the same requirements. Any tips on how to go about in this direction would be helpful.