phetsims / forces-and-motion-basics

"Forces and Motion: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/forces-and-motion-basics
GNU General Public License v3.0
7 stars 10 forks source link

Consider converting to default layoutBounds before PhET-iO publication #301

Closed pixelzoom closed 8 months ago

pixelzoom commented 1 year ago

This sim currently uses non-default layoutBounds. In ForcesAndMotionBasicsLayoutBounds:

const ForcesAndMotionBasicsLayoutBounds = new Bounds2( 0, 0, 981, 604 );

Per https://github.com/phetsims/phet-io/issues/1939... layoutBounds should not be changed for published PhET-iO sims because doing so may disrupt client customizations. So evaluate whether to change layoutBounds before publishing a PhET-iO version.

If you decide not to change layoutBounds, document why in ForcesAndMotionBasicsLayoutBounds, and refer to this issue.

marlitas commented 8 months ago

Closing per dev meeting request 12/7/23.