phetsims / masses-and-springs-basics

"Masses and Springs: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 3 forks source link

Update implementation-notes.md and model.md #49

Closed Denz1994 closed 5 years ago

Denz1994 commented 5 years ago

Created for #48.

It would be good to reference masses-and-springs/doc for the implementation-notes and model doc. Many of the features of masses-and-springs have been retracted, which should be listed in this implementation-notes.md.

Also, this doc should include the use of a boolean flag basicsVersion in the main model, MassesAndSpringsModel.js to differentiate the specifics for MASB. A ColorProfile has been incorporated for both Basics and non-Basics versions.

Visual elements are pretty self explanatory (masses, springs, tools, and panels are labeled).

Nothing related to the model has changed.

Denz1994 commented 5 years ago

Notes have been updated as needed. Closing.