scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
62 stars 17 forks source link

Provide equivalent to `BdvFunctions.show()` #516

Open kephale opened 1 year ago

kephale commented 1 year ago

The function https://github.com/bigdataviewer/bigdataviewer-vistools/blob/ad25cea0edcc8c5e971ef92fed0d2d9f75fc9242/src/main/java/bdv/util/BdvFunctions.java#L86

is used heavily in ImgLib2-based projects and scripts for quickly displaying an images. Having a function like SciView.show() would make it very easy to test whether sciview can work in those situations.

kephale commented 1 year ago

Note that there are some BvvFunctions now: https://github.com/bigdataviewer/bigvolumeviewer-core/blob/master/src/main/java/bvv/vistools/BvvFunctions.java. We want almost identical function signatures, but to use SciViews instead of BDVHandles