Ask HN: Best WebGL Framework
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 ] threadI 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.
PhiloGL looks especially interesting, since it is built for data vis. Cheers!