lightsheet-team / lightsheet

GNU Lesser General Public License v3.0
1 stars 1 forks source link

Implement interface methods (in `Lightsheet`) for all core methods that should be exposed #114

Closed Yousif-FJ closed 2 months ago

Yousif-FJ commented 2 months ago
Fluglow commented 2 months ago

It came to my mind that we should probably also allow initializing a Lightsheet object without UI. This would allow loading data "in the background" and interacting with it using the usual interface methods, as well as referring to it in another sheet with UI (#101). Loosely related to this issue since it's a use case for the interface/package in general that we haven't really discussed before.

Edit: Included in #117