phetsims / shred

A library of JavaScript code that is used in PhET simulations that depict atoms, subatomic particles, and atomic structure. This was originally created to contain the code that is shared between the "Build an Atom" and "Isotopes and Atomic Mass" simulations, thought it may be applied to additional simulations in the future.
GNU General Public License v3.0
1 stars 6 forks source link

Merge in files from Build a Nucleus #29

Closed chrisklus closed 2 years ago

chrisklus commented 3 years ago

In order to add a build-a-nucleus sim owned by PhET (that uses build-an-atom code from master), we need to have @Luisav1's copy of shred merged with phet's shred

Luisav1 commented 3 years ago

Changes to do on Build a Nucleus files

ParticleCountDisplay

ParticleNode

AtomNode - NucleusNode

ParticleAtom - ParticleNucleus

New files

pixelzoom commented 3 years ago

@chrisklus This appears to be causing lint-everything failures in CT, reported for repos shred and perennial.

chrisklus commented 2 years ago

The initial commits were done on master, then moved to the branch buildANucleus (which is now buildANucleusDeprecated). Closing.