phetsims / joist

Joist is the main framework for PhET Interactive Simulations. Joist creates and displays the simulation content, home screen, navigation bar, About dialog, enables switching between tabs, and other framework-related features.
http://scenerystack.org/
MIT License
9 stars 6 forks source link

ScreenSummaryContent should handle dynamic content #993

Open jessegreenberg opened 2 days ago

jessegreenberg commented 2 days ago

A continuation from https://github.com/phetsims/scenery/issues/1672.

The content will need to be dynamic. We need to make sure that is well supported, and that the patterns are very clear for supporting this.

We also want to consider how it overlaps with Voicing. Ideally, the Voicing content and the screen summary content will use the same API.