A simple Python class to visualize binary Numpy arrays in the browser with Three.js.
Supports rendering a single numpy array or a list of arrays as an animation.
The browser interaction is serverless, just uses Python's webbrowser module to open a generated html page.
- Jinja2 - used for templating
- Python3+
- Three.js - 3D rendering in the browser