You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Masses and Springs: Basics - implementation notes
2
2
3
-
This simulation is a subset of the Masses and Springs simulation. It includes most of the features from the MAS simulations and uses a boolean flag (`basicsVersion`) to determine what should be implemented in the basics version.
4
-
5
-
MASB exludes the use of a energy graph and a toolbox on the Stretch and Bounce screens. The Stretch screen also uses a set of springs with discrete damping value applied. Options for adjusting the spring system have been limited to only gravity values on the lab screen.
3
+
This simulation is a subset of the Masses and Springs simulation. It includes most of the features from MAS and uses a boolean flag (`basicsVersion`) to determine what should be implemented in the basics version.
6
4
5
+
MASB exludes the use of an energy graph and a toolbox on the Stretch and Bounce screens. The Stretch screen also uses a set of springs with a discrete damping value applied. Options for adjusting the spring system have been limited to only gravity values on the lab screen.
7
6
8
7
For details on the implementation of Masses and Springs,
9
8
see https://github.com/phetsims/masses-and-springs/blob/master/doc/implementation-notes.md.
0 commit comments