https://github.com/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.
https://github.com/phetsims/shred
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/phetsims/shred
- Owner: phetsims
- License: gpl-3.0
- Created: 2014-11-07T18:35:23.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-12-04T22:16:55.000Z (6 months ago)
- Last Synced: 2025-12-07T19:45:28.958Z (6 months ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 1
- Watchers: 11
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
shred
======
Reusable components that are shared between isotopes-and-atomic-mass, build-a-nucleus and build-an-atom.
By PhET Interactive Simulations
https://phet.colorado.edu/
### Documentation
The [PhET Development Overview](https://github.com/phetsims/phet-info/blob/main/doc/phet-development-overview.md) is the
most complete guide to PhET Simulation Development. This guide includes how to obtain simulation code and its
dependencies, notes about architecture & design, how to test and build the sims, as well as other important information.
### License
See the [license](LICENSE).