Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any good tools to make 3D data visualizations for Big Data? [closed]

I don't know if you have seen this video: http://www.youtube.com/watch?v=Q9wcvFkWpsM.

I wonder what kind of tools did the presenter use to create those powerful 3D visulizations? Can anyone please suggest some? I am working on a big data project, I really want to build some fancy and creative visualizations of the data.

Thanks

enter image description hereenter image description hereenter image description here

like image 393
leon Avatar asked May 27 '13 12:05

leon


1 Answers

First, check out Processing and Cascade, Jer Thorp developed these tools for data visualization, as he claimed in his blog. The screenshots look similar to what you seen in the video.

Then, check out his post Your Random Numbers – Getting Started with Processing and Data Visualization where he explains in detail howto start with data visualization using the Visualization tool Processing.

Furthermore, You could use Prefuse, see Prefuse: A Toolkit for Interactive Information Visualization and Software Design Patterns for Information Visualization

Also, in the comments of that youtube video they recommend:

depending on how much you are willing to code, there are plenty of open source libraries around for visualizing data: flash library FLARE, D3.js, protovis, R programming,Prefuse, Prefuse Flare, Impure, Mondrian, Processing.js, Python etc

like image 86
Aleš Avatar answered Oct 14 '22 09:10

Aleš