SEJan 4, 2020

Vis-a-Vis: Visual Exploration of Visualization Source Code Evolution

arXiv:2001.02092v112 citations
Originality Incremental advance
AI Analysis

This addresses a gap for visualization programmers by enabling better insight into interconnected changes over time, though it is incremental as it builds on existing development tools.

The paper tackles the problem of comparing different development stages and design decisions in visualization algorithm development by presenting an interactive system that simultaneously explores source code evolution and corresponding visual outcomes, providing automatically updating meta visualizations and tools for direct comparison on both visual and source code levels.

Developing an algorithm for a visualization prototype often involves the direct comparison of different development stages and design decisions, and even minor modifications may dramatically affect the results. While existing development tools provide visualizations for gaining general insight into performance and structural aspects of the source code, they neglect the central importance of result images unique to graphical algorithms. In this paper, we present a novel approach that enables visualization programmers to simultaneously explore the evolution of their algorithm during the development phase together with its corresponding visual outcomes by providing an automatically updating meta visualization. Our interactive system allows for the direct comparison of all development states on both the visual and the source code level, by providing easy to use navigation and comparison tools. The on-the-fly construction of difference images, source code differences, and a visual representation of the source code structure further enhance the user's insight into the states' interconnected changes over time. Our solution is accessible via a web-based interface that provides GPU-accelerated live execution of C++ and GLSL code, as well as supporting a domain-specific programming language for scientific visualization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes