-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,4 @@ | ||
# Unity Data Visualization Template (UDVT) | ||
# Data Visualization Tool | ||
|
||
The Unity Data Visualization Template (UDVT) is an framework that provides students with a powerful tool to build interactive data visualizations in both 2D and 3D using the Unity game engine. It should be used in lectures and be easily extendable by the students. | ||
UDVT includes a range of classes, methods, and examples that allow to quickly create interactive data visualizations. The framework is designed to also enable the development of immersive analytics applications that allow users to visualize and interact with complex data sets in new and innovative ways. | ||
UDVT offers basic functions for loading csv files, generating visualization containers with axes, ticks, and data marks and methods to set these visualization channels. | ||
The framework should support Students develop an understanding of data visualization techniques and how they can be implemented. | ||
|
||
Dependencies and versions utilized: | ||
| Name | Version | | ||
| ----------------------------------------------------------------------- | -------- | | ||
| Unity | 2021.3.18 | | ||
| C# | 9.0 | | ||
| .NET Standard | 2.1 | | ||
| .NET Framework | 4.8 | | ||
|
||
--- | ||
Developed and maintained by Alexander Gall | ||
|
||
Contact: [alexander.gall@uni-passau.de](alexander.gall@uni-passau.de) | ||
Contact: [LinkedIn](https://www.linkedin.com/in/alexander-gall-1b7039242/) | ||
It is a data visualization tool built using the Unity Data Visualization Template (UDVT). For more information about UDVT, you can visit this | ||
[repository](https://github.com/GallAlex/UDVT). |