-
Notifications
You must be signed in to change notification settings - Fork 18
Home
tahir1122 edited this page Sep 25, 2018
·
17 revisions
This work is designed to provide basic projects of Unity3D visualizations that students can use in their projects and extend them further as needed.
We have chosen most commonly used visualizations and these projects work by reading data from CSV files and displaying it using respective visualizations.
- Stacked/Grouped Bars
- Matrix
- Zoomable treemap
- Circular Heatchart
- Bubble chart
- Scatterplot
- We've started to design a generic data adaptor. (Checkout this file)
- Currently has an implementation for csv files and a simple json reader. The json reader comes from here: http://wiki.unity3d.com/index.php/SimpleJSON
- Custom Mesh Generation
- Selections & Data Binding
In case of any problem or assistance, feel free to reach out to us:
Tahir Mahmood - [email protected]
Akshay Murari - [email protected]
Willis Fulmer - [email protected]