-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Pupil Remote and Frame Publisher plugins #1881
Merge Pupil Remote and Frame Publisher plugins #1881
Conversation
|
||
# UI | ||
self.__frame_publisher_ui_menu = FramePublisherMenu(self.__frame_publisher) | ||
self.__pupil_remote_ui_menu = PupilRemoteMenu() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UI should not be initialized in __init__()
if possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the components themselves don't call any UI function and don't create any pyglui
instances in their __init__
.
do you still think that initializing these objects should move to init_ui
?
93f68b5
to
885aacb
Compare
Changes
Frame Publisher
andPupil Remote
plugins into a singleNetwork API
plugin