Ask HN: Best WebGL Framework

2 points by tylermauthe ↗ HN
What is the best library/framework to use for drawing and animating graphics? Specifically in the area of data visualizations in a 3d environment.

So far my clear winner is THREE.js by the wonderful mrdoob... Curious if there are better performing libraries with similar functionality & ease of use.

2 comments

[ 4.3 ms ] story [ 18.3 ms ] thread
I just started playing with some webGL stuff myself. So far three.js is what Ive been playing with and its cool but the docs are lacking.

I just stumbled on http://www.senchalabs.org/philogl/ which looks promising so I will probably check it out.

https://github.com/drojdjou/J3Dis another one that looks interesting.