-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add group nodes (composition) example #9
Comments
@afonsobspinto how are you going to calculate the minimum bounding box of a component for determining drag in & drag out or does the psyneulink library already provides this? |
@afonsobspinto imo a component with a parent should have relative coordinates related to it's parent so that the component can redraw itself (if it gets or retrieves the parent component position) |
Dropping here some relevant links: Will comment again when I have a plan for this issue |
Meeting summary:
Feel free to change or remove MetaGraph if it doesn't fit with the vision we just discussed. Done:
To Do:
|
As per last call, the composition will be visualised as a square that contains all the nodes inside.
We need to prototype this component, keeping in mind that:
when we drag and drop the compositions all the content will move with it.
I can still drag and drop any single node inside
if a node gets dropped outside the composition then it's not part of that anymore.
The focus of this card is more on the functional side rather than the concept of composition itself within psyneulink, so the 3 key points above are the things that we should focus implementation wise.
The text was updated successfully, but these errors were encountered: