New pipeline widget framework

This commit is contained in:
2025-08-01 18:49:27 +02:00
parent af4371ebe4
commit 8b4105a261
9 changed files with 304 additions and 191 deletions

View File

@ -20,6 +20,7 @@ logger = logging.getLogger(__name__)
class EditorManager:
def __init__(self):
dpg.create_context()
self.texture_registry = dpg.add_texture_registry()
self.bus = EventBus(logger)
self.pipeline = ImagePipeline(self.bus)
self.layout_manager = LayoutManager(self, logger)