phetsims / chipper

Tools for developing and building PhET interactive simulations.
MIT License
11 stars 13 forks source link

chipper

Tools for developing and building simulations.

By PhET Interactive Simulations https://phet.colorado.edu/

Documentation

The PhET Development Overview 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.

Testing

npm install -g qunit, then qunit in chipper's directory to run the unit tests.

License

See the license.

Contributing

If you would like to contribute to this repo, please read our contributing guidelines.