theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Animator: Displaying Objects #126

Closed WNewhook closed 6 years ago

WNewhook commented 6 years ago

We need to be able to display objects properly. We'll have a separate area in the animator for them and draw arrows to relevant objects when they're referenced in the code or in the stack. We'll need to limit the depth of the object display so linked lists or trees or whatnot won't display all at once.

theodore-norvell commented 6 years ago

Initial implementation done.