bonsai-rx / gui

Bonsai Library for composing user interfaces and real-time graphs
http://bonsai-rx.org/gui/
MIT License
0 stars 2 forks source link

Add core infrastructure for control visualizers #4

Closed glopesdev closed 10 months ago

glopesdev commented 10 months ago

The package aims to provide a bridge between UI components with a visual representation (controls) and operators in a workflow. This PR aims to create a common infrastructure and provide reusable design patterns for building different control types. Specifically we are providing the following functionality:

Existing controls have been refactored to take advantage of the shared functionality.