Data Visualization Framework

← back to projects

Overview

When I was studying at CMU the 5th homework of 15-214 was to develop a data visualization framework that was complex enough to support various fields, but modular enough to support easy plugin integration. The framework was developed as a Java JFrame application. It was developed with William Chargin, my teammate.

The framework allows users to write data source plugins like .csv file readers, and data visualization plugins like choropleth maps. The key aspect of our design was to be as flexible as possible, therefore our framework can process all kinds of data that can be represented in a tabular form.

Features


Deployment

Sadly the source code and executable files cannot be shared due to academic integrity constraints.

← back to projects