napari is a fast multi-dimensional image viewer for Python.
This project is in the pre-alpha stage; expect breaking changes to be made from patch to patch.
napari can be installed on most operating systems with pip install napari.
Windows and Linux users may need to install the Mesa OpenGL library.
vispy provides an easily-downloadable (but out-of-date) Windows version for 64- and 32-bit operating systems.
Linux users can complete the installation process from the command line:
$ sudo apt update
$ sudo apt install libgl1-mesa-glxContributions are encouraged! Please read our guide to get started.