KonceptGeek Posted November 26, 2014 Share Posted November 26, 2014 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. Quote Link to comment Share on other sites More sharing options...
JDW Posted November 26, 2014 Share Posted November 26, 2014 Hello, Did you see these examples ? It may help you. http://www.goodboydigital.com/pixijs/examples/4/http://www.goodboydigital.com/pixijs/examples/5/ http://www.goodboydigital.com/pixijs/bunnymark/ On the last one, I can add 100k bunnies and get a stable 48fps on a medium quality gpu. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.