Firefly

In Firefly, users can explore their data by panning, zooming, rotating, filtering, and colormapping just by visiting a URL.
Firefly is a browser-based 3D interactive data visualization software for particle-like data. I co-created it in partnership with Aaron Geller, a research faculty member (and dataviz guru) at Northwestern’s Center for Interdisciplinary Exploration and Research in Astrophysics (CIERA) where I am currently a graduate student.

Firefly visualizations, once built, can be explored by simply visiting a URL without any prior installation. Making a new Firefly visualization is simple with the Python Data Pre-processor (PDPP) we provide. Though Firefly has mostly been used for visualizing simulations of galaxy formation (my research focus), if you can load your data into three numpy arrays you can visualize it in Firefly! Because Firefly runs in a web-browser, it automatically works on (almost) any operating system or device (including smartphones and iPads). Firefly also works in VR, combining stereoscopic views with gyroscopic controls to allow users to walk through their data in the real world using a Google cardboard.

Firefly can visualize up to tens-of-millions of particles at once, but for even larger datasets (we’ve tested up to one billion particles) users can take advantage of our progressive rendering scheme which only loads data which lies in the camera’s field of view. This is accomplished using a novel data indexing scheme in the PDPP that links the data’s position in realspace to its location on disk using an octree. Using this method, we have visualized all of the stars in Gaia DR3, just over one billion stars.
Demos, documentation, and the code paper are all available on the code’s homepage.