
104 6. Data Visualization with WebGL
6.7 Conclusion
VisPy brings the power of graphics cards to scientists who want to visualize large vol-
umes of data eciently. VisPy lowers the barrier of entry to OpenGL by providing several
visualization-oriented abstraction layers.
Although VisPy is mainly written in Python, one of the major open source data analy-
sis frameworks, it can also work in web browsers via the WebGL specication. e web
platform is indeed highly appealing by its ease of deployment and the multiplatform capa-
bilities. erefore, we have implemented tools to port VisPy visualizations from Python
to the browser.
is work could be ex ...