kephale / napari-multiscale-rendering-prototype

BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

napari-multiscale-rendering-prototype

License BSD-3 PyPI Python Version tests codecov napari hub

A prototype for multiscale rendering in napari

Prerequisites

A napari that has the new async support (e.g. https://github.com/napari/napari/pull/5353 or the async prototype)

and also:

pip install fibsem_tools

Running

python
src/napari_multiscale_rendering_prototype/multiscale_prototype.py

The screen will show up black initially. Press k every time you want to trigger a multiscale refesh.

TODOs

Installation

You can install napari-multiscale-rendering-prototype via pip:

pip install napari-multiscale-rendering-prototype

To install latest development version :

pip install git+https://github.com/kephale/napari-multiscale-rendering-prototype.git

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "napari-multiscale-rendering-prototype" is free and open source software

Cookiecutter

This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.

Issues

If you encounter any problems, please file an issue along with a detailed description.